Sha256: ebea0f7f962c6e3cc85ce7c1e4735445dcb43b792ad63152f6d8187fd1988894
Contents?: true
Size: 776 Bytes
Versions: 98
Compression:
Stored size: 776 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 | | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateRegistrationFlowWithPasswordMethod.new( csrf_token: null, method: null, password: null, traits: null, transient_payload: null ) ```
Version data entries
98 entries across 98 versions & 1 rubygems