Sha256: a5f4cd6de78c3243a9600a877c11907cf7abce662556281c1da5db6cad626e3a
Contents?: true
Size: 650 Bytes
Versions: 3
Compression:
Stored size: 650 Bytes
Contents
# OryHydraClient::CompleteSelfServiceLoginFlowWithPasswordMethod ## 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. | [optional] | | **password** | **String** | The user's password. | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::CompleteSelfServiceLoginFlowWithPasswordMethod.new( csrf_token: null, identifier: null, password: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems