Interface AuthenticationCodeTypeFlashCall

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

interface AuthenticationCodeTypeFlashCall {
    @type: "authenticationCodeTypeFlashCall";
    pattern: string;
}

Properties

Properties

@type: "authenticationCodeTypeFlashCall"
pattern: string

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