Method: OryClient::IdentityApi#disable_session
- Defined in:
- lib/ory-client/api/identity_api.rb
#disable_session(id, opts = {}) ⇒ nil
Deactivate a Session Calling this endpoint deactivates the specified session. Session data is not deleted.
483 484 485 486 |
# File 'lib/ory-client/api/identity_api.rb', line 483 def disable_session(id, opts = {}) disable_session_with_http_info(id, opts) nil end |