Sha256: 0a6a2ff8dc0664ed6b15d9f0b821be71fd41ff841a597dd7ec5b311716403d03
Contents?: true
Size: 467 Bytes
Versions: 193
Compression:
Stored size: 467 Bytes
Contents
# OryClient::SelfServiceLogoutUrl ## 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-client' instance = OryClient::SelfServiceLogoutUrl.new( logout_token: null, logout_url: null ) ```
Version data entries
193 entries across 193 versions & 1 rubygems