Interface EmailAddressAuthenticationCode

Contains authentication data for an email address. Subtype of EmailAddressAuthentication.

interface EmailAddressAuthenticationCode {
    @type: "emailAddressAuthenticationCode";
    code: string;
}

Properties

Properties

@type: "emailAddressAuthenticationCode"
code: string

The code.