Sha256: a4a3f7be000cc21d421d493ea07180731bd47211997ce45618861841a960b60d

Contents?: true

Size: 638 Bytes

Versions: 195

Compression:

Stored size: 638 Bytes

Contents

# OryClient::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 = OryClient::SuccessfulSelfServiceLoginWithoutBrowser.new(
  session: null,
  session_token: null
)
```

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha40 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha39 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha38 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha37 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha36 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha31 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha30 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha29 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha28 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha27 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha24 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha23 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha21 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha19 docs/SuccessfulSelfServiceLoginWithoutBrowser.md
ory-client-0.0.1.alpha18 docs/SuccessfulSelfServiceLoginWithoutBrowser.md