mirror of
https://github.com/Tribufu/TribufuJS
synced 2026-08-09 04:41:06 +00:00
Merge mintaka lib
This commit is contained in:
parent
b4d074420a
commit
c6136b6e21
15 changed files with 747 additions and 23 deletions
|
|
@ -1,8 +1,9 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { HttpCookieMap, HttpHeaders } from "@tribufu/mintaka";
|
||||
import { OAuth2GrantType, OAuth2IntrospectionRequest, OAuth2IntrospectionResponse, OAuth2TokenRequest, OAuth2TokenResponse } from "@tribufu/mintaka";
|
||||
import { HttpHeaders } from "./http/headers";
|
||||
import { HttpCookieMap } from "./http/cookies";
|
||||
import { OAuth2GrantType, OAuth2IntrospectionRequest, OAuth2IntrospectionResponse, OAuth2TokenRequest, OAuth2TokenResponse } from "./oauth2";
|
||||
import { TribufuApi } from "./api";
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue