Skip to main content
Module

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

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
method OAuthHandler.prototype.getProfileInfo
import { OAuthHandler } from "https://deno.land/x/alosaur@v1.1.0/src/security/oauth/base/oauth-handler.ts";

Gets profile info by token

Parameters

token: string

Returns

Promise<any>