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

MandarineSecurity.Auth.GrantedAuthority

import type { MandarineSecurity } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/security-core/mandarine-security.ns.ts"; 

const { GrantedAuthority } = MandarineSecurity.Auth;
type GrantedAuthority = string;

§Type

§
string
[src]