Sha256: 3b24b02fe0db7d9e723b24ab01210274d83ad306168484ea0cedd65dcdacd220
Contents?: true
Size: 939 Bytes
Versions: 5
Compression:
Stored size: 939 Bytes
Contents
# OryKratosClient::UpdateLoginFlowWithPasswordMethod ## 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-kratos-client' instance = OryKratosClient::UpdateLoginFlowWithPasswordMethod.new( csrf_token: null, identifier: null, method: null, password: null, password_identifier: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems