Sha256: 6b17b38145832d276393f5982026f92e0720dc179fa5f7cac3488819d75d646a
Contents?: true
Size: 650 Bytes
Versions: 19
Compression:
Stored size: 650 Bytes
Contents
# OryClient::UpdateRegistrationFlowWithPasswordMethod ## 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::UpdateRegistrationFlowWithPasswordMethod.new( csrf_token: null, method: null, password: null, traits: null ) ```
Version data entries
19 entries across 19 versions & 1 rubygems