import { type GetCurrentAuthorizationInformation } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";
Properties
application: Partial<Application>
The current application
scopes: OAuth2Scopes[]
The scopes the user has authorized the application for
optional
user: UserThe user who has authorized, if the user has authorized with the identify
scope