Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class ClientCredentialsGrant
import { ClientCredentialsGrant } from "https://deno.land/x/oauth2_client@v1.0.2/src/client_credentials_grant.ts";

Implements the OAuth 2.0 Client Credentials grant.

See https://tools.ietf.org/html/rfc6749#section-4.4

Constructors

new
ClientCredentialsGrant(client: OAuth2Client)

Methods

Uses the clientId and clientSecret to request an access token