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.alpha108 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha107 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha106 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha105 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha104 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha103 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha101 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha100 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha99 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha98 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha97 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha96 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha95 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha94 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha93 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha92 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha91 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha90 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha89 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md
ory-client-0.0.1.alpha88 docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md