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