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

Credential

Available only in secure contexts.

interface Credential {
readonly id: string;
readonly type: string;
}
var Credential: {
prototype: Credential;
new (): Credential;
}
;

§Properties

§
readonly id: string
[src]
§
readonly type: string
[src]