Sha256: bb15fe16e283d2cfff4e2be2adf598e12bbe95050e52d4dd6d4810c97b2d5c94
Contents?: true
Size: 649 Bytes
Versions: 23
Compression:
Stored size: 649 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-kratos-client' instance = OryHydraClient::SubmitSelfServiceSettingsFlowWithPasswordMethod.new( csrf_token: null, method: null, password: null ) ```
Version data entries
23 entries across 23 versions & 1 rubygems