Sha256: d4919bc9b616e77d90a47d08c8d7258dbafcca38a3501d25ed85e7f1899e95e7

Contents?: true

Size: 655 Bytes

Versions: 2

Compression:

Stored size: 655 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-kratos-client'

instance = OryHydraClient::SuccessfulSelfServiceLoginWithoutBrowser.new(
  session: null,
  session_token: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.1.alpha1 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-kratos-client-0.7.0.alpha1 docs/SuccessfulSelfServiceLoginWithoutBrowser.md