Sha256: 53c259161fb32b98fcac61edf03c7c137e9d1a0db325e811bb0726c0725cf771
Contents?: true
Size: 518 Bytes
Versions: 48
Compression:
Stored size: 518 Bytes
Contents
# OryClient::ContinueWithSetOrySessionToken ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action will always be `set_ory_session_token` set_ory_session_token ContinueWithActionSetOrySessionTokenString | | | **ory_session_token** | **String** | Token is the token of the session | | ## Example ```ruby require 'ory-client' instance = OryClient::ContinueWithSetOrySessionToken.new( action: null, ory_session_token: null ) ```
Version data entries
48 entries across 48 versions & 1 rubygems