Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BrowserLoginStyle type
- Package:
- @azure/identity
(Browser-only feature) The "login style" to use in the authentication flow:
- "redirect" redirects the user to the authentication page and then redirects them back to the page once authentication is completed.
- "popup" opens a new browser window through with the redirect flow is initiated. The user's existing browser window does not leave the current page
type BrowserLoginStyle = "redirect" | "popup"
