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.14.2 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.14.1 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.14.0 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.13.10 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.13.6 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.13.4 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.13.3 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.13.2 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.13.1 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.13.0 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.11.6 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.9.0 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.8.1 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.8.0 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.6.2 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.6.1 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.5.2 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.5.1 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.5.0 docs/UpdateLoginFlowWithLookupSecretMethod.md
ory-client-1.4.9 docs/UpdateLoginFlowWithLookupSecretMethod.md