Skip to main content

QPasskeyAuthenticationOptions

@quik/passport


@quik/passport / QPasskeyAuthenticationOptions

Type Alias: QPasskeyAuthenticationOptions

QPasskeyAuthenticationOptions = object

Defined in: passport/src/passkey/types.ts:68

Client options for WebAuthn authentication requests.

Properties

challengeId

challengeId: string

Defined in: passport/src/passkey/types.ts:70

Internal challenge id stored by the server.


publicKey

publicKey: object

Defined in: passport/src/passkey/types.ts:72

Public key options forwarded to navigator.credentials.get().

allowCredentials?

optional allowCredentials?: object[]

challenge

challenge: string

rpId

rpId: string

timeout

timeout: number

userVerification

userVerification: "required" | "preferred" | "discouraged"