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

AppAuthentication

type AppAuthentication = {
type: APP_TYPE;
token: JWT;
appId: number;
expiresAt: string;
}
;

§Type

§
{
type: APP_TYPE;
token: JWT;
appId: number;
expiresAt: string;
}
[src]