import { OAuthMiddleware } from "https://deno.land/x/alosaur@v0.33.0/src/security/oauth/mod.ts";
Constructors
new
OAuthMiddleware(options: OAuthOptions, handler?: OAuthHandler)Methods
private
getDefaultProfileInfo(token: string): Promise<any>onPostRequest(context: SecurityContext<TState>): void
onPreRequest(context: SecurityContext<TState>): Promise<void>