java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthenticationCodeType
it.tdlight.jni.TdApi.AuthenticationCodeTypeFirebaseIos
- Enclosing class:
- TdApi
public static final class TdApi.AuthenticationCodeTypeFirebaseIos
extends TdApi.AuthenticationCodeType
An authentication code is delivered
via Firebase Authentication to the
official iOS application.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Length of the code.int
Time after the next authentication method is supposed 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
ConstructorDescriptionAn authentication code is delivered via Firebase Authentication to the official iOS application.An authentication code is delivered via Firebase Authentication to the official iOS application.AuthenticationCodeTypeFirebaseIos
(String receipt, int pushTimeout, int length) An authentication code is delivered via Firebase Authentication to the official iOS application. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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 supposed to be used if verification push notification isn't received, in seconds. -
length
public int lengthLength of the code. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AuthenticationCodeTypeFirebaseIos
public AuthenticationCodeTypeFirebaseIos()An authentication code is delivered via Firebase Authentication to the official iOS application. -
AuthenticationCodeTypeFirebaseIos
An authentication code is delivered via Firebase Authentication to the official iOS application.- Parameters:
receipt
- String Receipt of successful application token validation to compare with receipt from push notification.pushTimeout
- int Time after the next authentication method is supposed to be used if verification push notification isn't received, in seconds.length
- int Length of the code.
-
AuthenticationCodeTypeFirebaseIos
An authentication code is delivered via Firebase Authentication to the official iOS application.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-