UNPKG
@larksuiteoapi/lark-mcp
Version:
beta (0.5.1)
latest (0.5.1)
0.5.1
0.5.0
0.4.1
0.4.0
0.4.0-beta.2
0.4.0-beta.1
0.3.1
0.3.0
0.2.1
Feishu/Lark OpenAPI MCP
github.com/larksuite/lark-openapi-mcp
@larksuiteoapi/lark-mcp
/
dist
/
auth
/
utils
/
pkce.d.ts
7 lines
(6 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
generateCodeVerifier
(
):
string
;
export
declare
function
generateCodeChallenge
(
codeVerifier
:
string
):
string
;
export
declare
function
generatePKCEPair
(
): {
codeVerifier
:
string
;
codeChallenge
:
string
; };