View Source ExTDLib.Object.AuthenticationCodeTypeFirebaseIos (ExTDLib v0.0.4)
An authentication code is delivered via Firebase Authentication to the official iOS application.
| Name | Type | Description |
|---|---|---|
| receipt | string | Receipt of successful application token validation to compare with receipt from push notification. |
| push_timeout | number | Time after the next authentication method is supposed to be used if verification push notification isn't received, in seconds. |
| length | number | Length of the code. |
More details on telegram's documentation.