Class: TD::Types::AuthorizationState::WaitEmailAddress
- Inherits:
-
TD::Types::AuthorizationState
- Object
- Dry::Struct
- Base
- TD::Types::AuthorizationState
- TD::Types::AuthorizationState::WaitEmailAddress
- Defined in:
- lib/tdlib/types/authorization_state/wait_email_address.rb
Overview
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.
Instance Attribute Summary collapse
-
#allow_apple_id ⇒ Boolean
True, if authorization through Apple ID is allowed.
-
#allow_google_id ⇒ Boolean
True, if authorization through Google ID is allowed.
Method Summary
Methods inherited from Base
Instance Attribute Details
#allow_apple_id ⇒ Boolean
True, if authorization through Apple ID is allowed.
8 9 10 |
# File 'lib/tdlib/types/authorization_state/wait_email_address.rb', line 8 def allow_apple_id @allow_apple_id end |
#allow_google_id ⇒ Boolean
True, if authorization through Google ID is allowed.
8 9 10 |
# File 'lib/tdlib/types/authorization_state/wait_email_address.rb', line 8 def allow_google_id @allow_google_id end |