UNPKG
eregistrations-js
Version:
latest (2.4.0)
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.1.0
1.0.0
A JavaScript library that simplifies usage of eRegistrations APIs.
bitbucket.org/unctad/ai-tools
eregistrations-js
/
dist
/
auth
/
keycloak.d.ts
3 lines
(2 loc)
•
108 B
TypeScript
View Raw
1
2
3
import
{
Config
}
from
'../types'
;
export
declare
function
getAccessToken
(
config
:
Config
):
Promise
<
string
>;