Sha256: ea48fec2de6997a60eb19d6500c0108624ff533ae22d039f56074f78ffcfa53b
Contents?: true
Size: 570 Bytes
Versions: 36
Compression:
Stored size: 570 Bytes
Contents
# OryClient::ContinueWithSetOrySessionToken ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action will always be `set_ory_session_token` set_ory_session_token ContinueWithActionSetOrySessionToken show_verification_ui ContinueWithActionShowVerificationUI | | | **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
36 entries across 36 versions & 1 rubygems