Class: Doorkeeper::ClientAuthentication::Credentials
- Inherits:
-
Struct
- Object
- Struct
- Doorkeeper::ClientAuthentication::Credentials
- Defined in:
- lib/doorkeeper/client_authentication/credentials.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Attribute Details
#secret ⇒ Object
Returns the value of attribute secret
5 6 7 |
# File 'lib/doorkeeper/client_authentication/credentials.rb', line 5 def secret @secret end |
#uid ⇒ Object
Returns the value of attribute uid
5 6 7 |
# File 'lib/doorkeeper/client_authentication/credentials.rb', line 5 def uid @uid end |