authvital-sdk 0.1.1-dev.3.cefb119.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,22 @@
1
+ import {
2
+ captureInviteTokenFromUrl,
3
+ clearStoredInviteToken,
4
+ consumeInvitation,
5
+ createInvitation,
6
+ getInvitation,
7
+ getStoredInviteToken,
8
+ listTenantInvitations,
9
+ revokeInvitation,
10
+ storeInviteToken
11
+ } from "./chunk-JPODZIZT.mjs";
12
+ export {
13
+ captureInviteTokenFromUrl,
14
+ clearStoredInviteToken,
15
+ consumeInvitation,
16
+ createInvitation,
17
+ getInvitation,
18
+ getStoredInviteToken,
19
+ listTenantInvitations,
20
+ revokeInvitation,
21
+ storeInviteToken
22
+ };
@@ -0,0 +1,22 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+ var _chunkR4OHZZQPjs = require('./chunk-R4OHZZQP.js');
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+ exports.captureInviteTokenFromUrl = _chunkR4OHZZQPjs.captureInviteTokenFromUrl; exports.clearStoredInviteToken = _chunkR4OHZZQPjs.clearStoredInviteToken; exports.consumeInvitation = _chunkR4OHZZQPjs.consumeInvitation; exports.createInvitation = _chunkR4OHZZQPjs.createInvitation; exports.getInvitation = _chunkR4OHZZQPjs.getInvitation; exports.getStoredInviteToken = _chunkR4OHZZQPjs.getStoredInviteToken; exports.listTenantInvitations = _chunkR4OHZZQPjs.listTenantInvitations; exports.revokeInvitation = _chunkR4OHZZQPjs.revokeInvitation; exports.storeInviteToken = _chunkR4OHZZQPjs.storeInviteToken;
@@ -0,0 +1,34 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+ var _chunkQPYBK2J4js = require('./chunk-QPYBK2J4.js');
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+ exports.checkAuthStatus = _chunkQPYBK2J4js.checkAuthStatus; exports.decodeJwt = _chunkQPYBK2J4js.decodeJwt; exports.decodeState = _chunkQPYBK2J4js.decodeState; exports.encodeState = _chunkQPYBK2J4js.encodeState; exports.exchangeCodeForTokens = _chunkQPYBK2J4js.exchangeCodeForTokens; exports.extractCallbackParams = _chunkQPYBK2J4js.extractCallbackParams; exports.generateCodeChallenge = _chunkQPYBK2J4js.generateCodeChallenge; exports.generateCodeVerifier = _chunkQPYBK2J4js.generateCodeVerifier; exports.handleCallback = _chunkQPYBK2J4js.handleCallback; exports.loginToAuthVital = _chunkQPYBK2J4js.loginToAuthVital; exports.logout = _chunkQPYBK2J4js.logout; exports.signupAtAuthVital = _chunkQPYBK2J4js.signupAtAuthVital; exports.startAuthorizationFlow = _chunkQPYBK2J4js.startAuthorizationFlow; exports.startLogin = _chunkQPYBK2J4js.startLogin; exports.startSignup = _chunkQPYBK2J4js.startSignup;
@@ -0,0 +1,34 @@
1
+ import {
2
+ checkAuthStatus,
3
+ decodeJwt,
4
+ decodeState,
5
+ encodeState,
6
+ exchangeCodeForTokens,
7
+ extractCallbackParams,
8
+ generateCodeChallenge,
9
+ generateCodeVerifier,
10
+ handleCallback,
11
+ loginToAuthVital,
12
+ logout,
13
+ signupAtAuthVital,
14
+ startAuthorizationFlow,
15
+ startLogin,
16
+ startSignup
17
+ } from "./chunk-JNEJMHGA.mjs";
18
+ export {
19
+ checkAuthStatus,
20
+ decodeJwt,
21
+ decodeState,
22
+ encodeState,
23
+ exchangeCodeForTokens,
24
+ extractCallbackParams,
25
+ generateCodeChallenge,
26
+ generateCodeVerifier,
27
+ handleCallback,
28
+ loginToAuthVital,
29
+ logout,
30
+ signupAtAuthVital,
31
+ startAuthorizationFlow,
32
+ startLogin,
33
+ startSignup
34
+ };