Class: StandardId::JwtService::Session

Inherits:
Struct
  • Object
show all
Defined in:
lib/standard_id/jwt_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id

Returns:

  • (Object)

    the current value of account_id



6
7
8
# File 'lib/standard_id/jwt_service.rb', line 6

def 
  @account_id
end

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



6
7
8
# File 'lib/standard_id/jwt_service.rb', line 6

def client_id
  @client_id
end

#grant_typeObject

Returns the value of attribute grant_type

Returns:

  • (Object)

    the current value of grant_type



6
7
8
# File 'lib/standard_id/jwt_service.rb', line 6

def grant_type
  @grant_type
end

#scopesObject

Returns the value of attribute scopes

Returns:

  • (Object)

    the current value of scopes



6
7
8
# File 'lib/standard_id/jwt_service.rb', line 6

def scopes
  @scopes
end

Instance Method Details

#active?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/standard_id/jwt_service.rb', line 7

def active?
  true
end