Interface AuthenticationCodeTypeSmsWord

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

interface AuthenticationCodeTypeSmsWord {
    @type: "authenticationCodeTypeSmsWord";
    first_letter: string;
}

Properties

Properties

@type: "authenticationCodeTypeSmsWord"
first_letter: string

The first letters of the word if known.