Sha256: f0657ffc8ca48cfb47e54e51d2f19cf4e151d0cd096dd02949a69241e3ef97d4

Contents?: true

Size: 702 Bytes

Versions: 15

Compression:

Stored size: 702 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-client'

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha18 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha17 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha16 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha15 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha14 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha13 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha12 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha11 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha10 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha9 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha8 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha7 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha6 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
ory-client-0.0.1.alpha5 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md