Class: Himari::Decisions::Authentication::Context
- Inherits:
-
Struct
- Object
- Struct
- Himari::Decisions::Authentication::Context
- Defined in:
- lib/himari/decisions/authentication.rb
Instance Attribute Summary collapse
-
#claims ⇒ Object
Returns the value of attribute claims.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#request ⇒ Object
Returns the value of attribute request.
-
#user_data ⇒ Object
Returns the value of attribute user_data.
Instance Attribute Details
#claims ⇒ Object
Returns the value of attribute claims
7 8 9 |
# File 'lib/himari/decisions/authentication.rb', line 7 def claims @claims end |
#provider ⇒ Object
Returns the value of attribute provider
7 8 9 |
# File 'lib/himari/decisions/authentication.rb', line 7 def provider @provider end |
#request ⇒ Object
Returns the value of attribute request
7 8 9 |
# File 'lib/himari/decisions/authentication.rb', line 7 def request @request end |
#user_data ⇒ Object
Returns the value of attribute user_data
7 8 9 |
# File 'lib/himari/decisions/authentication.rb', line 7 def user_data @user_data end |