Skip to content

ActivityPlug API / @activityplug/core / PasskeyAuthenticationResponse

Interface: PasskeyAuthenticationResponse

Defined in: packages/core/src/auth/types.ts:210

Browser-neutral JSON DTO for a completed WebAuthn authentication ceremony.

Properties

authenticatorAttachment?

readonly optional authenticatorAttachment?: "cross-platform" | "platform"

Defined in: packages/core/src/auth/types.ts:214


clientExtensionResults

readonly clientExtensionResults: PasskeyClientExtensionResults

Defined in: packages/core/src/auth/types.ts:221


id

readonly id: string

Defined in: packages/core/src/auth/types.ts:211


rawId

readonly rawId: string

Defined in: packages/core/src/auth/types.ts:212


response

readonly response: object

Defined in: packages/core/src/auth/types.ts:215

authenticatorData

readonly authenticatorData: string

clientDataJSON

readonly clientDataJSON: string

signature

readonly signature: string

userHandle?

readonly optional userHandle?: string


type

readonly type: "public-key"

Defined in: packages/core/src/auth/types.ts:213