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