Sha256: 9c7d781d76e73bf0bedcda57cd740148f8e5eadb2356bebf9530e5ae9a6c6539
Contents?: true
Size: 648 Bytes
Versions: 2
Compression:
Stored size: 648 Bytes
Contents
# OryHydraClient::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-client' instance = OryHydraClient::SuccessfulSelfServiceLoginWithoutBrowser.new( session: null, session_token: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha17 | docs/SuccessfulSelfServiceLoginWithoutBrowser.md |
ory-client-0.0.1.alpha16 | docs/SuccessfulSelfServiceLoginWithoutBrowser.md |