Edit

WebAuthNPluginFreeAddAuthenticatorResponse function (webauthnplugin.h)

Frees a response returned by WebAuthNPluginAddAuthenticator or EXPERIMENTAL_WebAuthNPluginAddAuthenticator2.

Syntax

void WebAuthNPluginFreeAddAuthenticatorResponse(
  PWEBAUTHN_PLUGIN_ADD_AUTHENTICATOR_RESPONSE pPluginAddAuthenticatorResponse
);

Parameters

pPluginAddAuthenticatorResponse

The response pointer to free. This pointer may be NULL.

Return value

None

Remarks

Call this function after you are finished with the response returned by WebAuthNPluginAddAuthenticator or EXPERIMENTAL_WebAuthNPluginAddAuthenticator2.

Requirements

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

See also

WebAuthNPluginAddAuthenticator

EXPERIMENTAL_WebAuthNPluginAddAuthenticator2