Type alias AssertionResponse
AssertionResponse: {
authenticatorAttachment: "platform" | "cross-platform";
getClientExtensionResults: (() => any);
id: string;
rawId: string;
response: {
authenticatorData: string;
clientDataJSON: string;
signature: string;
userHandle: string;
};
type: "public-key";
}
Type declaration
authenticatorAttachment: "platform" | "cross-platform"
getClientExtensionResults: (() => any)
id: string
rawId: string
response: {
authenticatorData: string;
clientDataJSON: string;
signature: string;
userHandle: string;
}
authenticatorData: string
clientDataJSON: string
signature: string
userHandle: string
type: "public-key"