Sha256: 766a19c341ccd2058a1bf68df0e8005105e439430f97d781b43a0f39cf7559a9
Contents?: true
Size: 684 Bytes
Versions: 33
Compression:
Stored size: 684 Bytes
Contents
# OryClient::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 | | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateSettingsFlowWithPasswordMethod.new( csrf_token: null, method: null, password: null, transient_payload: null ) ```
Version data entries
33 entries across 33 versions & 1 rubygems