@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.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.