Class: StandardId::JwtService::Session
- Inherits:
-
Struct
- Object
- Struct
- StandardId::JwtService::Session
- Defined in:
- lib/standard_id/jwt_service.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#grant_type ⇒ Object
Returns the value of attribute grant_type.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
Instance Method Summary collapse
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id
6 7 8 |
# File 'lib/standard_id/jwt_service.rb', line 6 def account_id @account_id end |
#client_id ⇒ Object
Returns the value of attribute client_id
6 7 8 |
# File 'lib/standard_id/jwt_service.rb', line 6 def client_id @client_id end |
#grant_type ⇒ Object
Returns the value of attribute grant_type
6 7 8 |
# File 'lib/standard_id/jwt_service.rb', line 6 def grant_type @grant_type end |
#scopes ⇒ Object
Returns the value of attribute scopes
6 7 8 |
# File 'lib/standard_id/jwt_service.rb', line 6 def scopes @scopes end |
Instance Method Details
#active? ⇒ Boolean
7 8 9 |
# File 'lib/standard_id/jwt_service.rb', line 7 def active? true end |