import { OAuthHandler } from "https://deno.land/x/alosaur@v0.31.1/src/security/oauth/base/oauth-handler.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