Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 447 Bytes

LogoutFlow.md

File metadata and controls

20 lines (14 loc) · 447 Bytes

OryClient::LogoutFlow

Properties

Name Type Description Notes
logout_token String LogoutToken can be used to perform logout using AJAX.
logout_url String LogoutURL can be opened in a browser to sign the user out. format: uri

Example

require 'ory-client'

instance = OryClient::LogoutFlow.new(
  logout_token: null,
  logout_url: null
)