UNPKG

@ctx-core/auth0

Version:
13 lines (12 loc) 257 B
/// <reference types="ctx-core" /> import { AUTH0_DOMAIN_ } from '../AUTH0_DOMAIN/index.js' /** @typedef {ctx_T} */ /** * @param {ctx_T}ctx * @return {string} */ export function auth0__v2__url_( ctx ) { return `https://${AUTH0_DOMAIN_(ctx)}/api/v2/` }