Sha256: 4d1a0cffdcec016ef076b6a6e42adb52103e519329bc037ab5156a5b08a5b0c4
Contents?: true
Size: 780 Bytes
Versions: 3
Compression:
Stored size: 780 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! | | ## Example ```ruby require 'ory-client' instance = OryHydraClient::RegistrationViaApiResponse.new( identity: null, session: null, session_token: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha7 | docs/RegistrationViaApiResponse.md |
ory-client-0.0.1.alpha6 | docs/RegistrationViaApiResponse.md |
ory-client-0.0.1.alpha5 | docs/RegistrationViaApiResponse.md |