Sha256: b190f55aac5a5e46091e66efe0d8ddb407d2642827f6e8b5833ce13b7cc3ffe8
Contents?: true
Size: 466 Bytes
Versions: 6
Compression:
Stored size: 466 Bytes
Contents
# OryKratosClient::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 ```ruby require 'ory-kratos-client' instance = OryKratosClient::LogoutFlow.new( logout_token: null, logout_url: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems