Class: Mysigner::Auth::GoogleOauthMinter::TokenWithExpiry
- Inherits:
-
Struct
- Object
- Struct
- Mysigner::Auth::GoogleOauthMinter::TokenWithExpiry
- Defined in:
- lib/mysigner/auth/google_oauth_minter.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token
48 49 50 |
# File 'lib/mysigner/auth/google_oauth_minter.rb', line 48 def access_token @access_token end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
48 49 50 |
# File 'lib/mysigner/auth/google_oauth_minter.rb', line 48 def expires_at @expires_at end |