Class: ShopifyCLI::IdentityAuth::EnvAuthToken::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/shopify_cli/identity_auth/env_auth_token.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



4
5
6
# File 'lib/shopify_cli/identity_auth/env_auth_token.rb', line 4

def expires_at
  @expires_at
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



4
5
6
# File 'lib/shopify_cli/identity_auth/env_auth_token.rb', line 4

def token
  @token
end