Sha256: 36a35b22b7b81d89c6f5a6e60bb08e3417724910f2e932c4f08346f76cde14a0
Contents?: true
Size: 1.07 KB
Versions: 84
Compression:
Stored size: 1.07 KB
Contents
# OryClient::UpdateSettingsFlowWithWebAuthnMethod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **csrf_token** | **String** | CSRFToken is the anti-CSRF token | [optional] | | **method** | **String** | Method Should be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing. | | | **webauthn_register** | **String** | Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here. | [optional] | | **webauthn_register_displayname** | **String** | Name of the WebAuthn Security Key to be Added A human-readable name for the security key which will be added. | [optional] | | **webauthn_remove** | **String** | Remove a WebAuthn Security Key This must contain the ID of the WebAuthN connection. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateSettingsFlowWithWebAuthnMethod.new( csrf_token: null, method: null, webauthn_register: null, webauthn_register_displayname: null, webauthn_remove: null ) ```
Version data entries
84 entries across 84 versions & 1 rubygems