Values.VerificationDetailsSourceContains the verification details for a target domain, including the verification method and provider-specific details.
type nonrec t = {method_ : DomainVerificationMethod.t option;The verification method used for the target domain.
*)dnsTxt : DnsVerification.t option;The DNS TXT verification details.
*)httpRoute : HttpVerification.t option;The HTTP route verification details.
*)}