Sha256: e35197ca6727e446b4c95dc8a8ac9a51a97bba627121c2f45240e514b2497305
Contents?: true
Size: 1.15 KB
Versions: 25
Compression:
Stored size: 1.15 KB
Contents
# OryClient::UpdateSettingsFlowWithLookupMethod ## 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. | | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateSettingsFlowWithLookupMethod.new( csrf_token: null, lookup_secret_confirm: null, lookup_secret_disable: null, lookup_secret_regenerate: null, lookup_secret_reveal: null, method: null, transient_payload: null ) ```
Version data entries
25 entries across 25 versions & 1 rubygems