import { clientCredentialsGrantRequest } from "https://deno.land/x/oauth4webapi@v2.1.0/src/index.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
optional
options: ClientCredentialsGrantRequestOptions