Sha256: f08b345855ecffbb85db89c8aa9b43cfc09a44f75d68d76409a559fe13e9ae67
Contents?: true
Size: 600 Bytes
Versions: 87
Compression:
Stored size: 600 Bytes
Contents
# OryClient::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-client' instance = OryClient::SuccessfulNativeLogin.new( session: null, session_token: null ) ```
Version data entries
87 entries across 87 versions & 1 rubygems