Skip to main content
Module

x/alosaur/src/security/oauth/base/oauth-handler.ts>OAuthHandler

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
class OAuthHandler
import { OAuthHandler } from "https://deno.land/x/alosaur@v1.1.0/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