Sha256: fe60dfe1deda1b02d5baf32587a9724693bff0c05eaa793b0d4ac7f9c785b542

Contents?: true

Size: 680 Bytes

Versions: 195

Compression:

Stored size: 680 Bytes

Contents

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

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha152 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha151 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha150 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha149 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha148 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha147 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha146 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha145 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha144 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha143 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha142 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha141 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha140 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha139 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha138 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha134 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha133 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha132 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha131 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.0.1.alpha130 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md