Edit

WebAuthNFreeDecodedMakeCredentialRequest function (webauthnplugin.h)

Frees a decoded makeCredential request.

Syntax

void WebAuthNFreeDecodedMakeCredentialRequest(
  PWEBAUTHN_CTAPCBOR_MAKE_CREDENTIAL_REQUEST pMakeCredentialRequest
);

Parameters

pMakeCredentialRequest

The decoded request pointer to free. This pointer may be NULL.

Return value

None

Remarks

Call this function after you are finished with the structure returned by WebAuthNDecodeMakeCredentialRequest.

Requirements

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

See also

WebAuthNDecodeMakeCredentialRequest