Class: Hitch::ClientAuthentication::Resolution
- Inherits:
-
Data
- Object
- Data
- Hitch::ClientAuthentication::Resolution
- Defined in:
- app/models/hitch/client_authentication.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
readonly
Returns the value of attribute client_id.
-
#operator_registered ⇒ Object
readonly
Returns the value of attribute operator_registered.
-
#registered_client ⇒ Object
readonly
Returns the value of attribute registered_client.
-
#token_endpoint_auth_method ⇒ Object
readonly
Returns the value of attribute token_endpoint_auth_method.
Instance Attribute Details
#client_id ⇒ Object (readonly)
Returns the value of attribute client_id
8 9 10 |
# File 'app/models/hitch/client_authentication.rb', line 8 def client_id @client_id end |
#operator_registered ⇒ Object (readonly)
Returns the value of attribute operator_registered
8 9 10 |
# File 'app/models/hitch/client_authentication.rb', line 8 def operator_registered @operator_registered end |
#registered_client ⇒ Object (readonly)
Returns the value of attribute registered_client
8 9 10 |
# File 'app/models/hitch/client_authentication.rb', line 8 def registered_client @registered_client end |
#token_endpoint_auth_method ⇒ Object (readonly)
Returns the value of attribute token_endpoint_auth_method
8 9 10 |
# File 'app/models/hitch/client_authentication.rb', line 8 def token_endpoint_auth_method @token_endpoint_auth_method end |