Sha256: 448924ec538ab524d083952dfcacf48073e418d5564f86a7c7778342ede46684
Contents?: true
Size: 607 Bytes
Versions: 20
Compression:
Stored size: 607 Bytes
Contents
# OryKratosClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | CSRFToken is the anti-CSRF token | [optional] | | **method** | **String** | Method Should be set to password when trying to update a password. | | | **password** | **String** | Password is the updated password | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::SubmitSelfServiceSettingsFlowWithPasswordMethodBody.new( csrf_token: null, method: null, password: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems