Sha256: dded9919c1eef75ce2c474b66621cd0632bc73a09e0b836b8a19dd382a646b7c
Contents?: true
Size: 537 Bytes
Versions: 2
Compression:
Stored size: 537 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::ContinueWithSetOrySessionToken.new( action: null, ory_session_token: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-1.2.1 | docs/ContinueWithSetOrySessionToken.md |
ory-kratos-client-1.1.0 | docs/ContinueWithSetOrySessionToken.md |