How to use the @blackbaud/auth-client.BBOmnibar.destroy function in @blackbaud/auth-client

To help you get started, we’ve selected a few @blackbaud/auth-client examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github blackbaud / skyux-builder / src / app / app.component.ts View on Github external
public ngOnDestroy() {
    if (omnibarLoaded) {
      BBOmnibar.destroy();
      omnibarLoaded = false;
    }
  }

@blackbaud/auth-client

Provides methods for obtaining an authentication token from the Blackbaud authentication service.

MIT
Latest version published 7 months ago

Package Health Score

45 / 100
Full package analysis

Similar packages