Class: ShopifyCLI::IdentityAuth::EnvAuthToken::Token
- Inherits:
-
Struct
- Object
- Struct
- ShopifyCLI::IdentityAuth::EnvAuthToken::Token
- Defined in:
- lib/shopify_cli/identity_auth/env_auth_token.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
4 5 6 |
# File 'lib/shopify_cli/identity_auth/env_auth_token.rb', line 4 def expires_at @expires_at end |
#token ⇒ Object
Returns the value of attribute token
4 5 6 |
# File 'lib/shopify_cli/identity_auth/env_auth_token.rb', line 4 def token @token end |