Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Frees a decoded getAssertion request.
Syntax
void WebAuthNFreeDecodedGetAssertionRequest(
PWEBAUTHN_CTAPCBOR_GET_ASSERTION_REQUEST pGetAssertionRequest
);
Parameters
pGetAssertionRequest
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 WebAuthNDecodeGetAssertionRequest.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthnplugin.h |
| Library | WebAuthnPlugin.Lib |
| DLL | WebAuthnPlugin.dll |