Sha256: cb7ac09b706320a721f8f99c3f5ca1abeda063e6dab1aadd935de352afd52753

Contents?: true

Size: 822 Bytes

Versions: 195

Compression:

Stored size: 822 Bytes

Contents

# OryClient::SuccessfulSelfServiceRegistrationWithoutBrowser

## 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::SuccessfulSelfServiceRegistrationWithoutBrowser.new(
  identity: null,
  session: null,
  session_token: null
)
```

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha48 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha47 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha46 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha45 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha44 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha43 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha42 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha41 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha40 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha39 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha38 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha37 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha36 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha35 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha34 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha33 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha32 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha31 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
ory-client-0.2.0.alpha30 docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md