Sha256: f0657ffc8ca48cfb47e54e51d2f19cf4e151d0cd096dd02949a69241e3ef97d4
Contents?: true
Size: 702 Bytes
Versions: 15
Compression:
Stored size: 702 Bytes
Contents
# OryHydraClient::SubmitSelfServiceRegistrationFlowWithPasswordMethod ## 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 | [optional] | | **traits** | **Object** | The identity's traits | [optional] | ## Example ```ruby require 'ory-client' instance = OryHydraClient::SubmitSelfServiceRegistrationFlowWithPasswordMethod.new( csrf_token: null, method: null, password: null, traits: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems