Sha256: d19bd488369a76c4d1d410c7003e871585a9e7d419f2355e647335d084a9aa1d
Contents?: true
Size: 855 Bytes
Versions: 5
Compression:
Stored size: 855 Bytes
Contents
# OryHydraClient::RegistrationViaApiResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **identity** | [**Identity**](Identity.md) | | **session** | [**Session**](Session.md) | | [optional] **session_token** | **String** | The Session Token This field is only set when the session hook is configured as a post-registration hook. 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! | ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::RegistrationViaApiResponse.new(identity: null, session: null, session_token: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems