Enum UrlRedirectStatus
Lists the possible statuses for a UrlRedirect operation.
Namespace: Unity.Cloud.Common
Syntax
public enum UrlRedirectStatus
Fields
Name | Description | Value |
---|---|---|
NotApplicable | No redirection is expected. In a browser hosted app, redirection from previous login page will be intercepted on hosting page reload, when app is restarted. |
0 |
Success | Redirection from browser is successful. |
1 |