Sha256: d67200fe79ef5ecae1a6d85e4c25fd28b5f4dd644a459b0a1e124a728b48e9b1
Contents?: true
Size: 646 Bytes
Versions: 6
Compression:
Stored size: 646 Bytes
Contents
# OryKratosClient::UpdateLoginFlowWithLookupSecretMethod ## 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::UpdateLoginFlowWithLookupSecretMethod.new( csrf_token: null, lookup_secret: null, method: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems