Sha256: 319218c8fed1a36e4eccfc89679b9ce59319176a26137951a8bcbe718f16c6b9

Contents?: true

Size: 627 Bytes

Versions: 118

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

118 entries across 118 versions & 1 rubygems

Version Path
ory-client-1.4.8 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.4.7 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.4.6 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.4.5 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.4.4 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.4.3 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.4.2 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.4.1 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.4.0 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.3.0 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.2.17 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.2.16 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.2.15 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.2.14 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.2.11 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.2.10 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.2.9 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.2.8 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.2.7 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.2.6 docs/UpdateLoginFlowWithLookupSecretMethod.md