ory-client 1.20.22

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SuccessfulNativeRegistration

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**continue_with** | Option<[**Vec<models::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** | [**models::Identity**]identity.md |  | 
**session** | Option<[**models::Session**]session.md> |  | [optional]
**session_token** | Option<**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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)