Interface AuthenticationCodeTypeMissedCall

An authentication code is delivered by an immediately canceled call to the specified phone number. The last digits of the phone number that calls are the code that must be entered manually by the user. Subtype of AuthenticationCodeType.

interface AuthenticationCodeTypeMissedCall {
    @type: "authenticationCodeTypeMissedCall";
    length: number;
    phone_number_prefix: string;
}

Properties

@type: "authenticationCodeTypeMissedCall"
length: number

Number of digits in the code, excluding the prefix.

phone_number_prefix: string

Prefix of the phone number from which the call will be made.