Sha256: 6d80ed0c6a89d3b95c5b5d5a638f8c9dd54fc6243a9718950ffafea797a477a9

Contents?: true

Size: 676 Bytes

Versions: 5

Compression:

Stored size: 676 Bytes

Contents

# OryKratosClient::SubmitSelfServiceLoginFlowWithLookupSecretMethodBody

## 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::SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.new(
  csrf_token: null,
  lookup_secret: null,
  method: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-kratos-client-0.10.1 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-kratos-client-0.9.0.alpha3 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-kratos-client-0.9.0.alpha2 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-kratos-client-0.8.2.alpha1 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-kratos-client-0.8.0.alpha2 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md