UNPKG
@bradgarropy/captivate-sdk
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
🎤 captivate sdk
github.com/bradgarropy/captivate-sdk
bradgarropy/captivate-sdk
@bradgarropy/captivate-sdk
/
dist
/
types
/
authentication.d.ts
4 lines
(3 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
import
{
AuthenticatedUser
}
from
"./types"
;
declare
const
authenticateUser
:
(
userId
:
string
,
apiKey
:
string
) =>
Promise
<
AuthenticatedUser
>;
export
{ authenticateUser };