Edit

WebAuthNPluginUpdateAuthenticatorDetails function (webauthnplugin.h)

Updates metadata for a registered plugin authenticator.

Syntax

HRESULT WebAuthNPluginUpdateAuthenticatorDetails(
  PCWEBAUTHN_PLUGIN_UPDATE_AUTHENTICATOR_DETAILS pPluginUpdateAuthenticatorDetails
);

Parameters

pPluginUpdateAuthenticatorDetails

A pointer to a WEBAUTHN_PLUGIN_UPDATE_AUTHENTICATOR_DETAILS structure that contains the updated metadata.

Return value

If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Use this function to update the authenticator display name, logos, authenticatorGetInfo payload, supported relying parties, or class identifier for an existing plugin authenticator.

Requirements

Requirement Value
Header webauthnplugin.h
Library WebAuthnPlugin.Lib
DLL WebAuthnPlugin.dll

See also

WEBAUTHN_PLUGIN_UPDATE_AUTHENTICATOR_DETAILS