Sha256: 0a5e22e956fc9753c22323aae18b03539ef90bd491f2f0a74f1bae44553b4359
Contents?: true
Size: 577 Bytes
Versions: 5
Compression:
Stored size: 577 Bytes
Contents
# OryKratosClient::UpdateSettingsFlowWithPasswordMethod ## 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::UpdateSettingsFlowWithPasswordMethod.new( csrf_token: null, method: null, password: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems