Skip to main content
Module

x/alosaur/src/security/oauth/mod.ts>OAuthHandler

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