public static class IdentityManagerBase.RedirectionInfo
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResourceUrl()
The URL of the secure resource that triggers the redirection to the ArcGIS.com sign-in page.
|
java.lang.String |
getReturnUrlParamName()
The application URL where the sign-in page redirects after a successful log-in.
|
ServerInfo |
getServerInfo()
ServerInfo object describing the server where the secure resource is hosted.
|
java.lang.String |
getSignInPage()
URL of the sign-in page where users will be redirected.
|
public final java.lang.String getResourceUrl()
public final ServerInfo getServerInfo()
public final java.lang.String getSignInPage()
public final java.lang.String getReturnUrlParamName()