Sha256: e8acc6e557a0e851f6ea8e286102f0466ff5c7e71cb0d6956c900b6f083f3040

Contents?: true

Size: 596 Bytes

Versions: 3

Compression:

Stored size: 596 Bytes

Contents

# OryHydraClient::LoginViaApiResponse

## 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! |  |

## Example

```ruby
require 'ory-client'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha7 docs/LoginViaApiResponse.md
ory-client-0.0.1.alpha6 docs/LoginViaApiResponse.md
ory-client-0.0.1.alpha5 docs/LoginViaApiResponse.md