Class TdApi.AuthenticationCodeTypeFirebaseAndroid

Enclosing class:
TdApi

public static class TdApi.AuthenticationCodeTypeFirebaseAndroid extends TdApi.AuthenticationCodeType
A digit-only authentication code is delivered via Firebase Authentication to the official Android application.
  • Field Details

    • deviceVerificationParameters

      public TdApi.FirebaseDeviceVerificationParameters deviceVerificationParameters
      Parameters to be used for device verification.
    • length

      public int length
      Length of the code.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • AuthenticationCodeTypeFirebaseAndroid

      public AuthenticationCodeTypeFirebaseAndroid()
      A digit-only authentication code is delivered via Firebase Authentication to the official Android application.
    • AuthenticationCodeTypeFirebaseAndroid

      public AuthenticationCodeTypeFirebaseAndroid(TdApi.FirebaseDeviceVerificationParameters deviceVerificationParameters, int length)
      A digit-only authentication code is delivered via Firebase Authentication to the official Android application.
      Parameters:
      deviceVerificationParameters - Parameters to be used for device verification.
      length - Length of the code.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR