Sha256: e5d027e48c9eb26b2654e2d8d972560030c8f9d459536712b033c46216fab180
Contents?: true
Size: 803 Bytes
Versions: 2
Compression:
Stored size: 803 Bytes
Contents
# OryKratosClient::SuccessfulNativeRegistration ## 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! | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::SuccessfulNativeRegistration.new( identity: null, session: null, session_token: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.11.1 | docs/SuccessfulNativeRegistration.md |
ory-kratos-client-0.11.0 | docs/SuccessfulNativeRegistration.md |