Sha256: 127d6dce30d826be417a0fbab1083d4949bdfaf784f9d39ac9be65caf03dcfa1

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 KB

Contents

# OryClient::UpdateRegistrationFlowWithProfileMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | The Anti-CSRF Token  This token is only required when performing browser flows. | [optional] |
| **method** | **String** | Method  Should be set to profile when trying to update a profile. |  |
| **screen** | **String** | Screen requests navigation to a previous screen.  This must be set to credential-selection to go back to the credential selection screen. credential-selection RegistrationScreenCredentialSelection nolint:gosec // not a credential previous RegistrationScreenPrevious | [optional] |
| **traits** | **Object** | Traits  The identity's traits. |  |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateRegistrationFlowWithProfileMethod.new(
  csrf_token: null,
  method: null,
  screen: null,
  traits: null,
  transient_payload: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-client-1.15.12 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.15.10 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.15.7 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.15.6 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.15.5 docs/UpdateRegistrationFlowWithProfileMethod.md