Class: MangoApps::OAuth::Discovery
- Inherits:
-
Struct
- Object
- Struct
- MangoApps::OAuth::Discovery
- Defined in:
- lib/mangoapps/oauth.rb
Instance Attribute Summary collapse
-
#authorization_endpoint ⇒ Object
Returns the value of attribute authorization_endpoint.
-
#end_session_endpoint ⇒ Object
Returns the value of attribute end_session_endpoint.
-
#issuer ⇒ Object
Returns the value of attribute issuer.
-
#jwks_uri ⇒ Object
Returns the value of attribute jwks_uri.
-
#token_endpoint ⇒ Object
Returns the value of attribute token_endpoint.
-
#userinfo_endpoint ⇒ Object
Returns the value of attribute userinfo_endpoint.
Instance Attribute Details
#authorization_endpoint ⇒ Object
Returns the value of attribute authorization_endpoint
10 11 12 |
# File 'lib/mangoapps/oauth.rb', line 10 def @authorization_endpoint end |
#end_session_endpoint ⇒ Object
Returns the value of attribute end_session_endpoint
10 11 12 |
# File 'lib/mangoapps/oauth.rb', line 10 def end_session_endpoint @end_session_endpoint end |
#issuer ⇒ Object
Returns the value of attribute issuer
10 11 12 |
# File 'lib/mangoapps/oauth.rb', line 10 def issuer @issuer end |
#jwks_uri ⇒ Object
Returns the value of attribute jwks_uri
10 11 12 |
# File 'lib/mangoapps/oauth.rb', line 10 def jwks_uri @jwks_uri end |
#token_endpoint ⇒ Object
Returns the value of attribute token_endpoint
10 11 12 |
# File 'lib/mangoapps/oauth.rb', line 10 def token_endpoint @token_endpoint end |
#userinfo_endpoint ⇒ Object
Returns the value of attribute userinfo_endpoint
10 11 12 |
# File 'lib/mangoapps/oauth.rb', line 10 def userinfo_endpoint @userinfo_endpoint end |