Sha256: fc72ee9e4faadd5ad76c8f6187ea14eb8313d8005cd6dc528d0b3c16212074de

Contents?: true

Size: 697 Bytes

Versions: 2

Compression:

Stored size: 697 Bytes

Contents

# OryHydraClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody

## 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 |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryHydraClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.new(
  csrf_token: null,
  method: null,
  password: null,
  traits: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.1.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.0.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md