Sha256: b79cf4c6c6427c03877b08f127e296e618b4b3f8abd8b365373df47d967a351c
Contents?: true
Size: 920 Bytes
Versions: 84
Compression:
Stored size: 920 Bytes
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] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateLoginFlowWithPasswordMethod.new( csrf_token: null, identifier: null, method: null, password: null, password_identifier: null ) ```
Version data entries
84 entries across 84 versions & 1 rubygems