Class: Kessel::Auth::OIDCDiscoveryMetadata
- Inherits:
-
Struct
- Object
- Struct
- Kessel::Auth::OIDCDiscoveryMetadata
- Defined in:
- lib/kessel/auth.rb
Overview
Instance Attribute Summary collapse
-
#token_endpoint ⇒ Object
Returns the value of attribute token_endpoint.
Instance Attribute Details
#token_endpoint ⇒ Object
Returns the value of attribute token_endpoint
46 47 48 |
# File 'lib/kessel/auth.rb', line 46 def token_endpoint @token_endpoint end |