Sha256: 2af3191d84bdbee179682441601c8cf9df50deecafd4f537d0905a22b0f8e36c
Contents?: true
Size: 657 Bytes
Versions: 20
Compression:
Stored size: 657 Bytes
Contents
# OryKratosClient::SuccessfulSelfServiceLoginWithoutBrowser ## 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-kratos-client' instance = OryKratosClient::SuccessfulSelfServiceLoginWithoutBrowser.new( session: null, session_token: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems