Interface AuthenticationCodeTypeFirebaseAndroid

A digit-only authentication code is delivered via Firebase Authentication to the official Android application. Subtype of AuthenticationCodeType.

interface AuthenticationCodeTypeFirebaseAndroid {
    @type: "authenticationCodeTypeFirebaseAndroid";
    device_verification_parameters: FirebaseDeviceVerificationParameters;
    length: number;
}

Properties

@type: "authenticationCodeTypeFirebaseAndroid"
device_verification_parameters: FirebaseDeviceVerificationParameters

Parameters to be used for device verification.

length: number

Length of the code.