Class: LogtoCore::OidcConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- LogtoCore::OidcConfigResponse
- Defined in:
- lib/logto/core/index_types.rb
Overview
The non-exhaustive list of keys that return from the OpenID Connect Discovery endpoint.
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.
-
#revocation_endpoint ⇒ Object
Returns the value of attribute revocation_endpoint.
-
#token_endpoint ⇒ Object
Returns the value of attribute token_endpoint.
-
#unknown_keys ⇒ Object
Returns the value of attribute unknown_keys.
-
#userinfo_endpoint ⇒ Object
Returns the value of attribute userinfo_endpoint.
Instance Attribute Details
#authorization_endpoint ⇒ Object
Returns the value of attribute authorization_endpoint
7 8 9 |
# File 'lib/logto/core/index_types.rb', line 7 def @authorization_endpoint end |
#end_session_endpoint ⇒ Object
Returns the value of attribute end_session_endpoint
7 8 9 |
# File 'lib/logto/core/index_types.rb', line 7 def end_session_endpoint @end_session_endpoint end |
#issuer ⇒ Object
Returns the value of attribute issuer
7 8 9 |
# File 'lib/logto/core/index_types.rb', line 7 def issuer @issuer end |
#jwks_uri ⇒ Object
Returns the value of attribute jwks_uri
7 8 9 |
# File 'lib/logto/core/index_types.rb', line 7 def jwks_uri @jwks_uri end |
#revocation_endpoint ⇒ Object
Returns the value of attribute revocation_endpoint
7 8 9 |
# File 'lib/logto/core/index_types.rb', line 7 def revocation_endpoint @revocation_endpoint end |
#token_endpoint ⇒ Object
Returns the value of attribute token_endpoint
7 8 9 |
# File 'lib/logto/core/index_types.rb', line 7 def token_endpoint @token_endpoint end |
#unknown_keys ⇒ Object
Returns the value of attribute unknown_keys
7 8 9 |
# File 'lib/logto/core/index_types.rb', line 7 def unknown_keys @unknown_keys end |
#userinfo_endpoint ⇒ Object
Returns the value of attribute userinfo_endpoint
7 8 9 |
# File 'lib/logto/core/index_types.rb', line 7 def userinfo_endpoint @userinfo_endpoint end |