import { OAuthHandler } from "https://deno.land/x/alosaur@v1.1.0/src/security/oauth/mod.ts";
Constructors
new
OAuthHandler(options: OAuthOptions)Methods
getChalangeUrl(properties: OAuthOptions | any, redirectUrl: string): string | undefined
Gets redirect uri for auth
getProfileInfo(token: string): Promise<any>
Gets profile info by token