Interface AuthenticationCodeTypeSms

A digit-only authentication code is delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code. Subtype of AuthenticationCodeType.

interface AuthenticationCodeTypeSms {
    @type: "authenticationCodeTypeSms";
    length: number;
}

Properties

Properties

@type: "authenticationCodeTypeSms"
length: number

Length of the code.