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

AuthenticationExtensionsClientInputs

interface AuthenticationExtensionsClientInputs {
appid?: string;
appidExclude?: string;
credProps?: boolean;
uvm?: boolean;
}

§Properties

§
appid?: string
[src]
§
appidExclude?: string
[src]
§
credProps?: boolean
[src]
§
uvm?: boolean
[src]