Sha256: 878606f94a4d990989b22438464a0c8d355b08a74f494a432431c7ce3c3c0b81
Contents?: true
Size: 619 Bytes
Versions: 5
Compression:
Stored size: 619 Bytes
Contents
# OryKratosClient::SuccessfulNativeLogin ## 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::SuccessfulNativeLogin.new( session: null, session_token: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems