Sha256: f17288f0346c2fb1798b7486bf6323d5c6707362c4a4ec40c7b82e89c37f787c

Contents?: true

Size: 784 Bytes

Versions: 25

Compression:

Stored size: 784 Bytes

Contents

# OryClient::SuccessfulNativeRegistration

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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(
  identity: null,
  session: null,
  session_token: null
)
```

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
ory-client-1.1.23 docs/SuccessfulNativeRegistration.md
ory-client-1.1.22 docs/SuccessfulNativeRegistration.md
ory-client-1.1.21 docs/SuccessfulNativeRegistration.md
ory-client-1.1.20 docs/SuccessfulNativeRegistration.md
ory-client-1.1.19 docs/SuccessfulNativeRegistration.md
ory-client-1.1.18 docs/SuccessfulNativeRegistration.md
ory-client-1.1.17 docs/SuccessfulNativeRegistration.md
ory-client-1.1.16 docs/SuccessfulNativeRegistration.md
ory-client-1.1.15 docs/SuccessfulNativeRegistration.md
ory-client-1.1.14 docs/SuccessfulNativeRegistration.md
ory-client-1.1.13 docs/SuccessfulNativeRegistration.md
ory-client-1.1.12 docs/SuccessfulNativeRegistration.md
ory-client-1.1.11 docs/SuccessfulNativeRegistration.md
ory-client-1.1.10 docs/SuccessfulNativeRegistration.md
ory-client-1.1.7 docs/SuccessfulNativeRegistration.md
ory-client-1.1.5 docs/SuccessfulNativeRegistration.md
ory-client-1.1.4 docs/SuccessfulNativeRegistration.md
ory-client-1.1.3 docs/SuccessfulNativeRegistration.md
ory-client-1.1.2 docs/SuccessfulNativeRegistration.md
ory-client-1.1.1 docs/SuccessfulNativeRegistration.md