Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Gets profile info by token

Parameters

token: string

Returns

Promise<any>