Sha256: 8b22f5a331d2d41cb07a5cddebb2a1372d16472ed3f4335064cff2f6aab8fd49

Contents?: true

Size: 940 Bytes

Versions: 8

Compression:

Stored size: 940 Bytes

Contents

# OryKratosClient::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-kratos-client'

instance = OryKratosClient::SuccessfulNativeLogin.new(
  continue_with: null,
  session: null,
  session_token: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ory-kratos-client-1.3.8 docs/SuccessfulNativeLogin.md
ory-kratos-client-1.3.7 docs/SuccessfulNativeLogin.md
ory-kratos-client-1.3.6 docs/SuccessfulNativeLogin.md
ory-kratos-client-1.3.6.alpha2 docs/SuccessfulNativeLogin.md
ory-kratos-client-1.3.6.alpha1 docs/SuccessfulNativeLogin.md
ory-kratos-client-1.3.5 docs/SuccessfulNativeLogin.md
ory-kratos-client-1.3.4 docs/SuccessfulNativeLogin.md
ory-kratos-client-1.2.1 docs/SuccessfulNativeLogin.md