Edit

WEBAUTHN_CTAPCBOR_AUTHENTICATOR_OPTIONS structure (webauthnplugin.h)

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

See also

WEBAUTHN_CTAPCBOR_MAKE_CREDENTIAL_REQUEST

WEBAUTHN_CTAPCBOR_GET_ASSERTION_REQUEST