Sha256: 3b832e247d3b86aaf9e5a7dc605c18ce4fc1afd25aa260ff0768ddfb0ed5878b
Contents?: true
Size: 618 Bytes
Versions: 90
Compression:
Stored size: 618 Bytes
Contents
# OryClient::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-client' instance = OryClient::SuccessfulCodeExchangeResponse.new( session: null, session_token: null ) ```
Version data entries
90 entries across 90 versions & 1 rubygems