Sha256: 2d05d28ccb7388067b6f797327c2f2236c6d1195e87773d25024add2cae52fc4
Contents?: true
Size: 699 Bytes
Versions: 20
Compression:
Stored size: 699 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::SubmitSelfServiceRegistrationFlowWithPasswordMethodBody.new( csrf_token: null, method: null, password: null, traits: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems