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

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

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
method OAuthHandler.prototype.getChalangeUrl
Re-export
import { OAuthHandler } from "https://deno.land/x/alosaur@v1.1.1/src/security/oauth/mod.ts";

Gets redirect uri for auth

Parameters

properties: OAuthOptions | any
redirectUrl: string

Returns

string | undefined