Sha256: a812ba68f5cb62c30ab562b53611650fe741e1796ac8712d24b2f38c9d587e8c
Contents?: true
Size: 709 Bytes
Versions: 23
Compression:
Stored size: 709 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-kratos-client' instance = OryHydraClient::SubmitSelfServiceRegistrationFlowWithPasswordMethod.new( csrf_token: null, method: null, password: null, traits: null ) ```
Version data entries
23 entries across 23 versions & 1 rubygems