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#getChalangeUrl

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

Gets redirect uri for auth

Parameters

properties: OAuthOptions | any
redirectUrl: string

Returns

string | undefined