Sha256: 319218c8fed1a36e4eccfc89679b9ce59319176a26137951a8bcbe718f16c6b9
Contents?: true
Size: 627 Bytes
Versions: 117
Compression:
Stored size: 627 Bytes
Contents
# OryClient::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-client' instance = OryClient::UpdateLoginFlowWithLookupSecretMethod.new( csrf_token: null, lookup_secret: null, method: null ) ```
Version data entries
117 entries across 117 versions & 1 rubygems