@eaccess/auth 0.1.7 → 0.1.9
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.
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -351,6 +351,7 @@ interface TwoFactorManager$1 {
|
|
|
351
351
|
emailEnabled(): Promise<boolean>;
|
|
352
352
|
smsEnabled(): Promise<boolean>;
|
|
353
353
|
getEnabledMethods(): Promise<TwoFactorMechanism[]>;
|
|
354
|
+
getTotpUri(): Promise<string | null>;
|
|
354
355
|
setup: {
|
|
355
356
|
/**
|
|
356
357
|
* Setup TOTP authentication using an authenticator app.
|
package/dist/index.d.ts
CHANGED
|
@@ -351,6 +351,7 @@ interface TwoFactorManager$1 {
|
|
|
351
351
|
emailEnabled(): Promise<boolean>;
|
|
352
352
|
smsEnabled(): Promise<boolean>;
|
|
353
353
|
getEnabledMethods(): Promise<TwoFactorMechanism[]>;
|
|
354
|
+
getTotpUri(): Promise<string | null>;
|
|
354
355
|
setup: {
|
|
355
356
|
/**
|
|
356
357
|
* Setup TOTP authentication using an authenticator app.
|