Interface AuthenticationCodeTypeCall

A digit-only authentication code is delivered via a phone call to the specified phone number. Subtype of AuthenticationCodeType.

interface AuthenticationCodeTypeCall {
    @type: "authenticationCodeTypeCall";
    length: number;
}

Properties

Properties

@type: "authenticationCodeTypeCall"
length: number

Length of the code.