Sha256: d5d79455351fcfba7d38da24890864ce947fbbd22bae4f40a50bb7af956967fa

Contents?: true

Size: 657 Bytes

Versions: 195

Compression:

Stored size: 657 Bytes

Contents

# OryClient::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-client'

instance = OryClient::SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.new(
  csrf_token: null,
  lookup_secret: null,
  method: null
)
```

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha48 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha47 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha46 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha45 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha44 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha43 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha42 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha41 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha40 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha39 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha38 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha37 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha36 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha35 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha34 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha33 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha32 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha31 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.2.0.alpha30 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md