Sha256: a812ba68f5cb62c30ab562b53611650fe741e1796ac8712d24b2f38c9d587e8c

Contents?: true

Size: 709 Bytes

Versions: 23

Compression:

Stored size: 709 Bytes

Contents

# OryHydraClient::SubmitSelfServiceRegistrationFlowWithPasswordMethod

## 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 | [optional] |
| **traits** | **Object** | The identity's traits | [optional] |

## Example

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

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.3.alpha8 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha6 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha5 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha4 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha3 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha2 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.7.3.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.7.1.alpha2 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.7.1.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.7.0.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.6.3.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.6.2.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.6.1.alpha1 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha17 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha16 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha15 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha11 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha8 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha6 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-kratos-client-0.6.0.alpha5 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md