UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

24 lines (16 loc) 872 B
# ContinueWithSetOrySessionToken Indicates that a session was issued, and the application should use this token for authenticated requests ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **action** | **string** | Action will always be `set_ory_session_token` set_ory_session_token ContinueWithActionSetOrySessionTokenString | [default to undefined] **ory_session_token** | **string** | Token is the token of the session | [default to undefined] ## Example ```typescript import { ContinueWithSetOrySessionToken } from '@ory/kratos-client'; const instance: ContinueWithSetOrySessionToken = { action, ory_session_token, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)