DomainValidationProperties interface
The JSON object that contains the properties to validate a domain.
Properties
| expiration |
The date time that the token expires |
| validation |
Challenge used for DNS TXT record or file based validation |
Property Details
expirationDate
The date time that the token expires
expirationDate?: string
Property Value
string
validationToken
Challenge used for DNS TXT record or file based validation
validationToken?: string
Property Value
string