Sha256: 07339808d1b3511cefefea63157774497d0d56438895e12f611a53924d8f42ef
Contents?: true
Size: 841 Bytes
Versions: 20
Compression:
Stored size: 841 Bytes
Contents
# OryKratosClient::SuccessfulSelfServiceRegistrationWithoutBrowser ## 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::SuccessfulSelfServiceRegistrationWithoutBrowser.new( identity: null, session: null, session_token: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems