[][src]Crate msal_browser

Modules

popup_app
prelude
requests

Structs

AccountInfo
AuthenticationResult
BrowserAuthOptions
Configuration

Traits

PublicClientApplication

https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/initialization.md#choosing-an-interaction-type there are two apis: popup and redirect. Redirect requires that you must call handleRedirectPromise() because of this I will split into two and also crate a trait