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.
Contains CTAP authenticator option values used with decoded plugin requests.
Syntax
typedef struct _WEBAUTHN_CTAPCBOR_AUTHENTICATOR_OPTIONS {
DWORD dwVersion;
LONG lUp;
LONG lUv;
LONG lRequireResidentKey;
} WEBAUTHN_CTAPCBOR_AUTHENTICATOR_OPTIONS, *PWEBAUTHN_CTAPCBOR_AUTHENTICATOR_OPTIONS;
Members
dwVersion
The version of this structure.
lUp
The CTAP up option. Use +1 for TRUE, 0 for not specified, and -1 for FALSE.
lUv
The CTAP uv option. Use +1 for TRUE, 0 for not specified, and -1 for FALSE.
lRequireResidentKey
The CTAP rk option. Use +1 for TRUE, 0 for not specified, and -1 for FALSE.
Remarks
Use this structure as part of decoded CTAP CBOR requests.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthnplugin.h |