| Modifier and Type | Method and Description |
|---|---|
SystemBrowserOptions.SystemBrowserOptionsBuilder |
SystemBrowserOptions.SystemBrowserOptionsBuilder.browserRedirectError(URI browserRedirectError)
When the the user finishes authenticating, but an error occurred, MSAL will redirect the
browser to the given URI.
|
SystemBrowserOptions.SystemBrowserOptionsBuilder |
SystemBrowserOptions.SystemBrowserOptionsBuilder.browserRedirectSuccess(URI browserRedirectSuccess)
When the user finishes authenticating, MSAL will redirect the browser to the given URI.
|
static SystemBrowserOptions.SystemBrowserOptionsBuilder |
SystemBrowserOptions.builder()
Builder for
SystemBrowserOptions |
SystemBrowserOptions.SystemBrowserOptionsBuilder |
SystemBrowserOptions.SystemBrowserOptionsBuilder.htmlMessageError(String htmlMessageError)
WHen the user finishes authenticating, but an error occurred, MSAL will respond with a
Http 200 Ok message, which the browser will show to the user.
|
SystemBrowserOptions.SystemBrowserOptionsBuilder |
SystemBrowserOptions.SystemBrowserOptionsBuilder.htmlMessageSuccess(String htmlMessageSuccess)
When the user finishes authenticating, MSAL will respond with a Http 200 OK message, which the
browser will show to the user
|
SystemBrowserOptions.SystemBrowserOptionsBuilder |
SystemBrowserOptions.SystemBrowserOptionsBuilder.openBrowserAction(OpenBrowserAction openBrowserAction)
Allows developers to implement their own logic for starting a browser and navigating to a
specific Uri.
|
Copyright © 2013–2025. All rights reserved.