Sha256: a3f8ce533b8340dd44c2b9d634f0f6668ee86237df2aee8b19500574a365b569
Contents?: true
Size: 950 Bytes
Versions: 63
Compression:
Stored size: 950 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] | | **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::SubmitSelfServiceLoginFlowWithPasswordMethodBody.new( csrf_token: null, identifier: null, method: null, password: null, password_identifier: null ) ```
Version data entries
63 entries across 63 versions & 1 rubygems