WEBAUTHN_GET_CREDENTIALS_OPTIONS structure (webauthn.h)

Contains the options for the WebAuthNGetPlatformCredentialsList function.

Syntax

typedef struct _WEBAUTHN_GET_CREDENTIALS_OPTIONS {
  DWORD   dwVersion;
  LPCWSTR pwszRpId;
  BOOL    bBrowserInPrivateMode;
} WEBAUTHN_GET_CREDENTIALS_OPTIONS, *PWEBAUTHN_GET_CREDENTIALS_OPTIONS;

Members

dwVersion

Version of this structure, to allow for modifications in the future. This field is required and should be set to CURRENT_VERSION.

pwszRpId

The Id of the relying party that is making the request. This field is optional.

bBrowserInPrivateMode

Is browser in-private mode. This field is optional and defaults to FALSE.

Requirements

Requirement Value
Header webauthn.h

See also

WebAuthNGetPlatformCredentialsList