Sha256: e8ae8c6b332584a8a2b67e42f4baa612fb432d52d8b60a04776db81f2b7587f2

Contents?: true

Size: 795 Bytes

Versions: 4

Compression:

Stored size: 795 Bytes

Contents

# OryKratosClient::UpdateRegistrationFlowWithPasswordMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | The CSRF Token | [optional] |
| **method** | **String** | Method to use  This field must be set to `password` when using the password method. |  |
| **password** | **String** | Password to sign the user up with |  |
| **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::UpdateRegistrationFlowWithPasswordMethod.new(
  csrf_token: null,
  method: null,
  password: null,
  traits: null,
  transient_payload: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/UpdateRegistrationFlowWithPasswordMethod.md
ory-kratos-client-1.1.0 docs/UpdateRegistrationFlowWithPasswordMethod.md
ory-kratos-client-1.0.0 docs/UpdateRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.13.1 docs/UpdateRegistrationFlowWithPasswordMethod.md