Sha256: ad0ac21f8e05a10df6b9ecd55adc7fffcf365e9a63b880a14aca0999401ef3c3
Contents?: true
Size: 823 Bytes
Versions: 15
Compression:
Stored size: 823 Bytes
Contents
# OryHydraClient::SubmitSelfServiceLoginFlowWithPasswordMethod ## 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. | [optional] | | **password** | **String** | The user's password. | [optional] | | **password_identifier** | **String** | Identifier is the email or username of the user trying to log in. | [optional] | ## Example ```ruby require 'ory-client' instance = OryHydraClient::SubmitSelfServiceLoginFlowWithPasswordMethod.new( csrf_token: null, method: null, password: null, password_identifier: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems