Sha256: 041e036b47656433d7857a2ba54b70174d829f407c5e8970d8438a15f0d65c34
Contents?: true
Size: 791 Bytes
Versions: 80
Compression:
Stored size: 791 Bytes
Contents
# OryClient::SubmitSelfServiceLoginFlowWithPasswordMethodBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] | | **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. | | ## Example ```ruby require 'ory-client' instance = OryClient::SubmitSelfServiceLoginFlowWithPasswordMethodBody.new( csrf_token: null, method: null, password: null, password_identifier: null ) ```
Version data entries
80 entries across 80 versions & 1 rubygems