Skip to main content
Module

x/oauth2_client/mod.ts

Minimalistic OAuth 2.0 client for Deno.
Go to Latest
File
export type { RequestOptions, Tokens } from "./src/types.ts";
export type { AuthorizationResponseError, OAuth2ResponseError, TokenResponseError,} from "./src/errors.ts";
export { OAuth2Client } from "./src/oauth2_client.ts";export type { OAuth2ClientConfig } from "./src/oauth2_client.ts";
export type { AuthorizationCodeGrant, GetTokenOptions, GetUriOptions,} from "./src/authorization_code_grant.ts";export type { RefreshTokenGrant, RefreshTokenOptions,} from "./src/refresh_token_grant.ts";