Class: Manceps::Auth::OAuth::Discovery
- Inherits:
-
Struct
- Object
- Struct
- Manceps::Auth::OAuth::Discovery
- Defined in:
- lib/manceps/auth/oauth.rb
Instance Attribute Summary collapse
-
#authorization_url ⇒ Object
Returns the value of attribute authorization_url.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#registration_endpoint ⇒ Object
Returns the value of attribute registration_endpoint.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#token_url ⇒ Object
Returns the value of attribute token_url.
Instance Attribute Details
#authorization_url ⇒ Object
Returns the value of attribute authorization_url
13 14 15 |
# File 'lib/manceps/auth/oauth.rb', line 13 def @authorization_url end |
#client_id ⇒ Object
Returns the value of attribute client_id
13 14 15 |
# File 'lib/manceps/auth/oauth.rb', line 13 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret
13 14 15 |
# File 'lib/manceps/auth/oauth.rb', line 13 def client_secret @client_secret end |
#registration_endpoint ⇒ Object
Returns the value of attribute registration_endpoint
13 14 15 |
# File 'lib/manceps/auth/oauth.rb', line 13 def registration_endpoint @registration_endpoint end |
#scopes ⇒ Object
Returns the value of attribute scopes
13 14 15 |
# File 'lib/manceps/auth/oauth.rb', line 13 def scopes @scopes end |
#token_url ⇒ Object
Returns the value of attribute token_url
13 14 15 |
# File 'lib/manceps/auth/oauth.rb', line 13 def token_url @token_url end |