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.16.2 docs/SuccessfulNativeLogin.md
ory-client-1.16.1 docs/SuccessfulNativeLogin.md
ory-client-1.16.0 docs/SuccessfulNativeLogin.md
ory-client-1.15.17 docs/SuccessfulNativeLogin.md
ory-client-1.15.16 docs/SuccessfulNativeLogin.md
ory-client-1.15.15 docs/SuccessfulNativeLogin.md
ory-client-1.15.14 docs/SuccessfulNativeLogin.md
ory-client-1.15.13 docs/SuccessfulNativeLogin.md
ory-client-1.15.12 docs/SuccessfulNativeLogin.md
ory-client-1.15.10 docs/SuccessfulNativeLogin.md
ory-client-1.15.7 docs/SuccessfulNativeLogin.md
ory-client-1.15.6 docs/SuccessfulNativeLogin.md
ory-client-1.15.5 docs/SuccessfulNativeLogin.md
ory-client-1.15.4 docs/SuccessfulNativeLogin.md
ory-client-1.15.3 docs/SuccessfulNativeLogin.md
ory-client-1.15.0 docs/SuccessfulNativeLogin.md
ory-client-1.14.5 docs/SuccessfulNativeLogin.md
ory-client-1.14.4 docs/SuccessfulNativeLogin.md
ory-client-1.14.3 docs/SuccessfulNativeLogin.md
ory-client-1.14.2 docs/SuccessfulNativeLogin.md