import { clientCredentialsGrantRequest } from "https://deno.land/x/oauth4webapi@v2.7.0/mod.ts";
Performs a Client Credentials Grant request at the
AuthorizationServer.token_endpoint | as.token_endpoint
.
Parameters
Authorization Server Metadata.
client: Client
Client Metadata.
parameters: URLSearchParams | Record<string, string> | string[][]
optional
options: ClientCredentialsGrantRequestOptions