deno.land / x / oauth4webapi@v1.2.2 / docs / functions / clientCredentialsGrantRequest.md
â–¸ clientCredentialsGrantRequest(as
, client
, parameters
, options?
): Promise
<Response
>
Performs a Client Credentials Grant request at the
as.token_endpoint
.
see
RFC 6749 - The OAuth 2.0 Authorization Framework
Name | Type | Description |
---|---|---|
as |
AuthorizationServer |
Authorization Server Metadata. |
client |
Client |
Client Metadata. |
parameters |
URLSearchParams |
- |
options? |
ClientCredentialsGrantRequestOptions |
- |
Promise
<Response
>
Version Info