Sha256: 5cc6dd20bdc83d0cef188a8baa3646b69c4d3ff087c04371ff981361019226b7

Contents?: true

Size: 858 Bytes

Versions: 65

Compression:

Stored size: 858 Bytes

Contents

# OryClient::UpdateRegistrationFlowWithCodeMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **String** | The OTP Code sent to the user | [optional] |
| **csrf_token** | **String** | The CSRF Token | [optional] |
| **method** | **String** | Method to use  This field must be set to `code` when using the code method. |  |
| **resend** | **String** | Resend restarts the flow with a new code | [optional] |
| **traits** | **Object** | The identity's traits |  |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateRegistrationFlowWithCodeMethod.new(
  code: null,
  csrf_token: null,
  method: null,
  resend: null,
  traits: null,
  transient_payload: null
)
```

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.16.1 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.16.0 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.17 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.16 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.15 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.14 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.13 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.12 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.10 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.7 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.6 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.5 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.4 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.3 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.15.0 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.14.5 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.14.4 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.14.3 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-client-1.14.2 docs/UpdateRegistrationFlowWithCodeMethod.md