Sha256: cc96993132bb42a4d68ed4e3dc9f917d15e01c0808885ea8f323828398572de2

Contents?: true

Size: 921 Bytes

Versions: 30

Compression:

Stored size: 921 Bytes

Contents

# OryClient::SuccessfulNativeLogin

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **continue_with** | [**Array<ContinueWith>**](ContinueWith.md) | Contains a list of actions, that could follow this flow  It can, for example, this will contain a reference to the verification flow, created as part of the user's registration or the token of the session. | [optional] |
| **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(
  continue_with: null,
  session: null,
  session_token: null
)
```

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
ory-client-1.14.1 docs/SuccessfulNativeLogin.md
ory-client-1.14.0 docs/SuccessfulNativeLogin.md
ory-client-1.13.10 docs/SuccessfulNativeLogin.md
ory-client-1.13.6 docs/SuccessfulNativeLogin.md
ory-client-1.13.4 docs/SuccessfulNativeLogin.md
ory-client-1.13.3 docs/SuccessfulNativeLogin.md
ory-client-1.13.2 docs/SuccessfulNativeLogin.md
ory-client-1.13.1 docs/SuccessfulNativeLogin.md
ory-client-1.13.0 docs/SuccessfulNativeLogin.md
ory-client-1.11.6 docs/SuccessfulNativeLogin.md