UNPKG
@sethub/sdk
Version:
latest (0.7.3-beta)
0.7.3-beta
0.7.2-beta
0.7.1-beta
0.7.0-beta
<div align="center"> <h1> SetHub SDK </h1>
@sethub/sdk
/
dist
/
esm
/
services
/
authentication
/
protocols
/
authentication.d.ts
5 lines
(4 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
5
export
type
Authentication
= {
accessToken
:
string
;
refreshToken
:
string
; };