Uses of Class
org.drinkless.tdlib.TdApi.EmailAddressAuthenticationCodeInfo
Packages that use TdApi.EmailAddressAuthenticationCodeInfo
-
Uses of TdApi.EmailAddressAuthenticationCodeInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.EmailAddressAuthenticationCodeInfoModifier 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.Constructors in org.drinkless.tdlib with parameters of type TdApi.EmailAddressAuthenticationCodeInfoModifierConstructorDescriptionAuthorizationStateWaitEmailCode
(boolean allowAppleId, boolean allowGoogleId, TdApi.EmailAddressAuthenticationCodeInfo codeInfo, TdApi.EmailAddressResetState emailAddressResetState) 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.