Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function normalizeParameters
Re-export
import { normalizeParameters } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

Normalize the given parameter as parameters parameter for some Authlete APIs such as /api/auth/authorization API and /api/auth/token API.

Parameters

parameters: string | { [key: string]: string; } | null

Returns

string