UNPKG
recall_sdk
Version:
latest (2.0.0)
2.0.0
1.5.0
1.4.0
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Node js sdk for the recall ai api
github.com/sam-ayo/recall_sdk
sam-ayo/recall_sdk
recall_sdk
/
dist
/
auth
/
index.d.ts
11 lines
(10 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Google
}
from
'./meets'
;
export
declare
class
Auth
{
private
static
instance;
google
:
Google
;
private
constructor
(
);
static
getInstance
({ apiKey, loginUrl }: {
apiKey
:
string
;
loginUrl
:
string
; }):
Auth
; }