Sha256: cc89361ba8356b117d7aea6ead576d93f14325d32eeefb830a5429067a9a2fdf
Contents?: true
Size: 1.02 KB
Versions: 25
Compression:
Stored size: 1.02 KB
Contents
# OryClient::UpdateLoginFlowWithPasswordMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] | | **identifier** | **String** | Identifier is the email or username of the user trying to log in. | | | **method** | **String** | Method should be set to \"password\" when logging in using the identifier and password strategy. | | | **password** | **String** | The user's password. | | | **password_identifier** | **String** | Identifier is the email or username of the user trying to log in. This field is deprecated! | [optional] | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateLoginFlowWithPasswordMethod.new( csrf_token: null, identifier: null, method: null, password: null, password_identifier: null, transient_payload: null ) ```
Version data entries
25 entries across 25 versions & 1 rubygems