Sha256: a9b27347dff53b7153aa834f9c61bdce6ba95557bf6ad9f398c2ee07aef1c913

Contents?: true

Size: 930 Bytes

Versions: 17

Compression:

Stored size: 930 Bytes

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. | [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

17 entries across 17 versions & 1 rubygems

Version Path
ory-client-1.15.4 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.15.3 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.15.0 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.14.5 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.14.4 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.14.3 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.14.2 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.14.1 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.14.0 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.13.10 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.13.6 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.13.4 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.13.3 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.13.2 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.13.1 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.13.0 docs/UpdateRegistrationFlowWithProfileMethod.md
ory-client-1.11.6 docs/UpdateRegistrationFlowWithProfileMethod.md