Sha256: 2d05d28ccb7388067b6f797327c2f2236c6d1195e87773d25024add2cae52fc4

Contents?: true

Size: 699 Bytes

Versions: 20

Compression:

Stored size: 699 Bytes

Contents

# OryKratosClient::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 = OryKratosClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.new(
  csrf_token: null,
  method: null,
  password: null,
  traits: null
)
```

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ory-kratos-client-0.10.1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.9.0.alpha3 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.9.0.alpha2 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.8.2.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.8.0.alpha2 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha7 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha6 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha5 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha4 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha3 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.6.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.5.alpha2 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha8 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha6 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha5 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha4 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha3 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha2 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.3.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-kratos-client-0.7.1.alpha2 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md