Method: OryClient::OidcConfiguration#end_session_endpoint
- Defined in:
- lib/ory-client/models/oidc_configuration.rb
#end_session_endpoint ⇒ Object
OpenID Connect End-Session Endpoint URL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP.
44 45 46 |
# File 'lib/ory-client/models/oidc_configuration.rb', line 44 def end_session_endpoint @end_session_endpoint end |