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?
readonlyoptionalauthenticatorAttachment?:"cross-platform"|"platform"
Defined in: packages/core/src/auth/types.ts:214
clientExtensionResults
readonlyclientExtensionResults:PasskeyClientExtensionResults
Defined in: packages/core/src/auth/types.ts:221
id
readonlyid:string
Defined in: packages/core/src/auth/types.ts:211
rawId
readonlyrawId:string
Defined in: packages/core/src/auth/types.ts:212
response
readonlyresponse:object
Defined in: packages/core/src/auth/types.ts:215
authenticatorData
readonlyauthenticatorData:string
clientDataJSON
readonlyclientDataJSON:string
signature
readonlysignature:string
userHandle?
readonlyoptionaluserHandle?:string
type
readonlytype:"public-key"
Defined in: packages/core/src/auth/types.ts:213