Package org.drinkless.tdlib
Class TdApi.AuthenticationCodeTypeFirebaseIos
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.AuthenticationCodeType
org.drinkless.tdlib.TdApi.AuthenticationCodeTypeFirebaseIos
- Enclosing class:
- TdApi
A digit-only authentication code is delivered via Firebase Authentication to the official iOS application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Length of the code.int
Time after the next authentication method is expected to be used if verification push notification isn't received, in seconds.Receipt of successful application token validation to compare with receipt from push notification. -
Constructor Summary
ConstructorsConstructorDescriptionA digit-only authentication code is delivered via Firebase Authentication to the official iOS application.AuthenticationCodeTypeFirebaseIos
(String receipt, int pushTimeout, int length) A digit-only authentication code is delivered via Firebase Authentication to the official iOS application. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
receipt
Receipt of successful application token validation to compare with receipt from push notification. -
pushTimeout
public int pushTimeoutTime after the next authentication method is expected to be used if verification push notification isn't received, in seconds. -
length
public int lengthLength of the code. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AuthenticationCodeTypeFirebaseIos
public AuthenticationCodeTypeFirebaseIos()A digit-only authentication code is delivered via Firebase Authentication to the official iOS application. -
AuthenticationCodeTypeFirebaseIos
A digit-only authentication code is delivered via Firebase Authentication to the official iOS application.- Parameters:
receipt
- Receipt of successful application token validation to compare with receipt from push notification.pushTimeout
- Time after the next authentication method is expected to be used if verification push notification isn't received, in seconds.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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-