Interface AuthenticationCodeTypeSmsPhrase

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

interface AuthenticationCodeTypeSmsPhrase {
    @type: "authenticationCodeTypeSmsPhrase";
    first_word: string;
}

Properties

Properties

@type: "authenticationCodeTypeSmsPhrase"
first_word: string

The first word of the phrase if known.