Sha256: 92b7a137d23bfbaf2c00b2ac73d7b8957deab6823cbf3a1363d4ea3339306978

Contents?: true

Size: 1.07 KB

Versions: 5

Compression:

Stored size: 1.07 KB

Contents

# OryKratosClient::SubmitSelfServiceSettingsFlowWithLookupMethodBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | CSRFToken is the anti-CSRF token | [optional] |
| **lookup_secret_confirm** | **Boolean** | If set to true will save the regenerated lookup secrets | [optional] |
| **lookup_secret_disable** | **Boolean** | Disables this method if true. | [optional] |
| **lookup_secret_regenerate** | **Boolean** | If set to true will regenerate the lookup secrets | [optional] |
| **lookup_secret_reveal** | **Boolean** | If set to true will reveal the lookup secrets | [optional] |
| **method** | **String** | Method  Should be set to \"lookup\" when trying to add, update, or remove a lookup pairing. |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::SubmitSelfServiceSettingsFlowWithLookupMethodBody.new(
  csrf_token: null,
  lookup_secret_confirm: null,
  lookup_secret_disable: null,
  lookup_secret_regenerate: null,
  lookup_secret_reveal: null,
  method: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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