Retrieve Domain Auth Code
route53domains_retrieve_domain_auth_code | R Documentation |
This operation returns the authorization code for the domain¶
Description¶
This operation returns the authorization code for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.
Usage¶
route53domains_retrieve_domain_auth_code(DomainName)
Arguments¶
DomainName |
[required] The name of the domain that you want to get an authorization code for. |
Value¶
A list with the following syntax:
list(
AuthCode = "string"
)
Request syntax¶
svc$retrieve_domain_auth_code(
DomainName = "string"
)