import { OAuth2Client } from "https://deno.land/x/netzo@0.3.91/deps/oauth2_client/src/oauth2_client.ts";
Constructors
new
OAuth2Client(config: Readonly<OAuth2ClientConfig>)Properties
clientCredentials: ClientCredentialsGrant
Implements the Resource Owner Password Credentials Grant.
See RFC6749, section 4.4.
code: AuthorizationCodeGrant
Implements the Authorization Code Grant.
See RFC6749, section 4.1.
implicit: ImplicitGrant
Implements the Implicit Grant.
See RFC6749, section 4.2.
refreshToken: RefreshTokenGrant
Implements the Refresh Token Grant.
See RFC6749, section 6.
Implements the Resource Owner Password Credentials Grant.
See RFC6749, section 4.3.