Sha256: 1025f9cff2e339f241dbcf9ee3f5272430d0e31d7054ae4b4e524735e6e23fa8

Contents?: true

Size: 877 Bytes

Versions: 2

Compression:

Stored size: 877 Bytes

Contents

# OryKratosClient::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-kratos-client'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/UpdateRegistrationFlowWithCodeMethod.md
ory-kratos-client-1.1.0 docs/UpdateRegistrationFlowWithCodeMethod.md