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.0.1.alpha177 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha176 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha175 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha169 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha168 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha167 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha166 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha165 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha164 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha163 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha162 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha161 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha160 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha159 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha158 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha157 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha156 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha155 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha154 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha153 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md