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.1.0.alpha9 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.1.0.alpha8 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.1.0.alpha7 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.1.0.alpha6 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.1.0.alpha5 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.1.0.alpha4 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.1.0.alpha3 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.1.0.alpha2 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.1.0.alpha1 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha189 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha188 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha187 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha186 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha184 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha183 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha182 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha181 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha180 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha179 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha178 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md