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.
89 90 91 |
# File 'lib/ory-client/models/oidc_configuration.rb', line 89 def revocation_endpoint @revocation_endpoint end |