Sha256: 11b606cbc881804d01e917d2312b21f1ec20a7987aecbeeda4354bb1243e9aba
Contents?: true
Size: 891 Bytes
Versions: 30
Compression:
Stored size: 891 Bytes
Contents
# OryClient::UpdateSettingsFlowWithPasskeyMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | CSRFToken is the anti-CSRF token | [optional] | | **method** | **String** | Method Should be set to \"passkey\" when trying to add, update, or remove a webAuthn pairing. | | | **passkey_remove** | **String** | Remove a WebAuthn Security Key This must contain the ID of the WebAuthN connection. | [optional] | | **passkey_settings_register** | **String** | Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateSettingsFlowWithPasskeyMethod.new( csrf_token: null, method: null, passkey_remove: null, passkey_settings_register: null ) ```
Version data entries
30 entries across 30 versions & 1 rubygems