Skip to content

AuthorizationStateWaitEmailAddress

Type · TDLib 1.8.67 · d1085f9c

TDLib needs the user's email address to authorize. Call setAuthenticationEmailAddress to provide the email address, or directly call checkAuthenticationEmailCode with Apple ID/Google ID token if allowed

AuthorizationStateWaitEmailAddress(
  allow_apple_id: Bool,
  allow_google_id: Bool
) → AuthorizationState

allow_apple_id

Bool

True, if authorization through Apple ID is allowed

allow_google_id

Bool

True, if authorization through Google ID is allowed