Class: Himari::Services::OidcTokenEndpoint::Issued
- Inherits:
-
Struct
- Object
- Struct
- Himari::Services::OidcTokenEndpoint::Issued
- Defined in:
- lib/himari/services/oidc_token_endpoint.rb
Instance Attribute Summary collapse
-
#access ⇒ Object
Returns the value of attribute access.
-
#access_token_string ⇒ Object
Returns the value of attribute access_token_string.
-
#id_token_jwt ⇒ Object
Returns the value of attribute id_token_jwt.
-
#signing_key ⇒ Object
Returns the value of attribute signing_key.
Instance Attribute Details
#access ⇒ Object
Returns the value of attribute access
18 19 20 |
# File 'lib/himari/services/oidc_token_endpoint.rb', line 18 def access @access end |
#access_token_string ⇒ Object
Returns the value of attribute access_token_string
18 19 20 |
# File 'lib/himari/services/oidc_token_endpoint.rb', line 18 def access_token_string @access_token_string end |
#id_token_jwt ⇒ Object
Returns the value of attribute id_token_jwt
18 19 20 |
# File 'lib/himari/services/oidc_token_endpoint.rb', line 18 def id_token_jwt @id_token_jwt end |
#signing_key ⇒ Object
Returns the value of attribute signing_key
18 19 20 |
# File 'lib/himari/services/oidc_token_endpoint.rb', line 18 def signing_key @signing_key end |