Sha256: 51e33f998becdac8e29aa73194c372f35fc542a069fbfc5e66ee9a833d0bb9d1

Contents?: true

Size: 690 Bytes

Versions: 2

Compression:

Stored size: 690 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-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-client-0.0.1.alpha17 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha16 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md