Sha256: 2776037e8d8af6631bd366c8a6e0dc56ae6c144f36941d5e90ad6328c950532f
Contents?: true
Size: 637 Bytes
Versions: 3
Compression:
Stored size: 637 Bytes
Contents
# OryKratosClient::SuccessfulCodeExchangeResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **session** | [**Session**](Session.md) | | | | **session_token** | **String** | The Session Token A session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization Header: Authorization: bearer ${session-token} The session token is only issued for API flows, not for Browser flows! | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::SuccessfulCodeExchangeResponse.new( session: null, session_token: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems