Uses of Class
it.tdlight.jni.TdApi.EmailAddressAuthenticationCodeInfo
-
Uses of TdApi.EmailAddressAuthenticationCodeInfo in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.AuthorizationStateWaitEmailCode.codeInfo
Information about the sent authentication code.TdApi.PasswordState.recoveryEmailAddressCodeInfo
Information about the recovery email address to which the confirmation email was sent; may be null.ModifierConstructorDescriptionAuthorizationStateWaitEmailCode
(boolean allowAppleId, boolean allowGoogleId, TdApi.EmailAddressAuthenticationCodeInfo codeInfo, int nextPhoneNumberAuthorizationDate) TDLib needs the user's authentication code sent to an email address to authorize.PasswordState
(boolean hasPassword, String passwordHint, boolean hasRecoveryEmailAddress, boolean hasPassportData, TdApi.EmailAddressAuthenticationCodeInfo recoveryEmailAddressCodeInfo, String loginEmailAddressPattern, int pendingResetDate) Represents the current state of 2-step verification.