Method: OryClient::OidcConfiguration#revocation_endpoint
- Defined in:
- lib/ory-client/models/oidc_configuration.rb
#revocation_endpoint ⇒ Object
OAuth 2.0 Token Revocation URL URL of the authorization server’s OAuth 2.0 revocation endpoint.
83 84 85 |
# File 'lib/ory-client/models/oidc_configuration.rb', line 83 def revocation_endpoint @revocation_endpoint end |