Sha256: b694c8e29cc9a2a7ad34b7a432a7b1b79502a3830fce477c6d49997ad2bae30b
Contents?: true
Size: 830 Bytes
Versions: 23
Compression:
Stored size: 830 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-kratos-client' instance = OryHydraClient::SubmitSelfServiceLoginFlowWithPasswordMethod.new( csrf_token: null, method: null, password: null, password_identifier: null ) ```
Version data entries
23 entries across 23 versions & 1 rubygems