public static class SystemBrowserOptions.SystemBrowserOptionsBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
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 |
browserRedirectSuccess(URI browserRedirectSuccess)
When the user finishes authenticating, MSAL will redirect the browser to the given URI.
|
SystemBrowserOptions |
build() |
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 |
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 |
openBrowserAction(OpenBrowserAction openBrowserAction)
Allows developers to implement their own logic for starting a browser and navigating to a
specific Uri.
|
String |
toString() |
public SystemBrowserOptions.SystemBrowserOptionsBuilder htmlMessageSuccess(String htmlMessageSuccess)
this.public SystemBrowserOptions.SystemBrowserOptionsBuilder htmlMessageError(String htmlMessageError)
this.public SystemBrowserOptions.SystemBrowserOptionsBuilder browserRedirectSuccess(URI browserRedirectSuccess)
this.public SystemBrowserOptions.SystemBrowserOptionsBuilder browserRedirectError(URI browserRedirectError)
this.public SystemBrowserOptions.SystemBrowserOptionsBuilder openBrowserAction(OpenBrowserAction openBrowserAction)
this.public SystemBrowserOptions build()
Copyright © 2013–2025. All rights reserved.