Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AuthenticatorResponse

Available only in secure contexts.

interface AuthenticatorResponse {
readonly clientDataJSON: ArrayBuffer;
}
var AuthenticatorResponse: {};

§Properties

§
readonly clientDataJSON: ArrayBuffer
[src]