Sha256: 1ebd61fd17b927ffd7e31ec4940846b0d6eeb6933eb8ef5a0b10da45ec6f4349

Contents?: true

Size: 1.08 KB

Versions: 92

Compression:

Stored size: 1.08 KB

Contents

# OryClient::SuccessfulNativeRegistration

## 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] |
| **identity** | [**Identity**](Identity.md) |  |  |
| **session** | [**Session**](Session.md) |  | [optional] |
| **session_token** | **String** | The Session Token  This field is only set when the session hook is configured as a post-registration hook.  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::SuccessfulNativeRegistration.new(
  continue_with: null,
  identity: null,
  session: null,
  session_token: null
)
```

Version data entries

92 entries across 92 versions & 1 rubygems

Version Path
ory-client-1.2.4 docs/SuccessfulNativeRegistration.md
ory-client-1.2.3 docs/SuccessfulNativeRegistration.md
ory-client-1.2.2 docs/SuccessfulNativeRegistration.md
ory-client-1.2.1 docs/SuccessfulNativeRegistration.md
ory-client-1.2.0 docs/SuccessfulNativeRegistration.md
ory-client-1.1.51 docs/SuccessfulNativeRegistration.md
ory-client-1.1.50 docs/SuccessfulNativeRegistration.md
ory-client-1.1.49 docs/SuccessfulNativeRegistration.md
ory-client-1.1.48 docs/SuccessfulNativeRegistration.md
ory-client-1.1.47 docs/SuccessfulNativeRegistration.md
ory-client-1.1.46 docs/SuccessfulNativeRegistration.md
ory-client-1.1.45 docs/SuccessfulNativeRegistration.md
ory-client-1.1.44 docs/SuccessfulNativeRegistration.md
ory-client-1.1.41 docs/SuccessfulNativeRegistration.md
ory-client-1.1.40 docs/SuccessfulNativeRegistration.md
ory-client-1.1.39.alpha0 docs/SuccessfulNativeRegistration.md
ory-client-1.1.39 docs/SuccessfulNativeRegistration.md
ory-client-1.1.38 docs/SuccessfulNativeRegistration.md
ory-client-1.1.37 docs/SuccessfulNativeRegistration.md
ory-client-1.1.36 docs/SuccessfulNativeRegistration.md