Sha256: 6d80ed0c6a89d3b95c5b5d5a638f8c9dd54fc6243a9718950ffafea797a477a9
Contents?: true
Size: 676 Bytes
Versions: 5
Compression:
Stored size: 676 Bytes
Contents
# OryKratosClient::SubmitSelfServiceLoginFlowWithLookupSecretMethodBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] | | **lookup_secret** | **String** | The lookup secret. | | | **method** | **String** | Method should be set to \"lookup_secret\" when logging in using the lookup_secret strategy. | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.new( csrf_token: null, lookup_secret: null, method: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems