Add mintaka as dependency

This commit is contained in:
Guilherme Werner
2024-01-05 11:49:17 -03:00
parent 6039f88a6f
commit d95c687346
8 changed files with 171 additions and 446 deletions

View File

@ -18,47 +18,10 @@ import { TribufuBot } from "./bot";
import { TribufuClient } from "./client";
import { TribufuServer } from "./server";
import {
TribufuHttp,
TribufuHttpOptions
} from "./http";
export {
TribufuApi,
TribufuApiOptions,
TribufuBot,
TribufuClient,
TribufuHttp,
TribufuHttpOptions,
TribufuServer,
};
import {
OAuth2AuthorizeRequest,
OAuth2ClientType,
OAuth2CodeResponse,
OAuth2GrantType,
OAuth2IntrospectionRequest,
OAuth2IntrospectionResponse,
OAuth2ResponseType,
OAuth2RevokeRequest,
OAuth2TokenHintType,
OAuth2TokenRequest,
OAuth2TokenResponse,
OAuth2TokenType
} from "./oauth2";
export {
OAuth2AuthorizeRequest,
OAuth2ClientType,
OAuth2CodeResponse,
OAuth2GrantType,
OAuth2IntrospectionRequest,
OAuth2IntrospectionResponse,
OAuth2ResponseType,
OAuth2RevokeRequest,
OAuth2TokenHintType,
OAuth2TokenRequest,
OAuth2TokenResponse,
OAuth2TokenType
};