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.2.0.alpha29 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha28 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha27 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha26 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha25 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha24 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha23 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha22 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha21 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha20 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha19 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha18 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha16 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha15 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha14 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha4 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.2.0.alpha2 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.1.0.alpha12 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.1.0.alpha11 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md
ory-client-0.1.0.alpha10 docs/SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.md