Interface EmailAddressAuthenticationCodeInfo

Information about the email address authentication code that was sent.

interface EmailAddressAuthenticationCodeInfo {
    @type: "emailAddressAuthenticationCodeInfo";
    email_address_pattern: string;
    length: number;
}

Properties

@type: "emailAddressAuthenticationCodeInfo"
email_address_pattern: string

Pattern of the email address to which an authentication code was sent.

length: number

Length of the code; 0 if unknown.