Sha256: 8f841668e347d03bd46c460de345937cdad168417e11092721da6d0af80d690d

Contents?: true

Size: 958 Bytes

Versions: 2

Compression:

Stored size: 958 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/SubmitSelfServiceSettingsFlowWithLookupMethodBody.md
ory-client-0.0.1.alpha18 docs/SubmitSelfServiceSettingsFlowWithLookupMethodBody.md