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

Version Path
ory-client-1.16.2 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.16.1 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.16.0 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.17 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.16 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.15 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.14 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.13 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.12 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.10 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.7 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.6 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.5 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.4 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.3 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.15.0 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.14.5 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.14.4 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.14.3 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.14.2 docs/UpdateLoginFlowWithLookupSecretMethod.md