Sha256: a599cd94f3f74832e6c13b8b3c52fc40b4d1efcd5ae6f14ef759d942594ceb25
Contents?: true
Size: 1.05 KB
Versions: 193
Compression:
Stored size: 1.05 KB
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_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-client' instance = OryClient::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
193 entries across 193 versions & 1 rubygems