com.microsoft.aad.adal
Class AuthenticationConstants.UIResponse

java.lang.Object
  extended by com.microsoft.aad.adal.AuthenticationConstants.UIResponse
Enclosing class:
AuthenticationConstants

public static final class AuthenticationConstants.UIResponse
extends Object


Field Summary
static int BROWSER_CODE_AUTHENTICATION_EXCEPTION
          Webview throws Authentication exception.
static int BROWSER_CODE_CANCEL
          User cancelled.
static int BROWSER_CODE_COMPLETE
          Flow complete.
static int BROWSER_CODE_ERROR
          Browser error.
static int TOKEN_BROKER_RESPONSE
          Broker returns full response.
 
Constructor Summary
AuthenticationConstants.UIResponse()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROWSER_CODE_CANCEL

public static final int BROWSER_CODE_CANCEL
User cancelled.

See Also:
Constant Field Values

BROWSER_CODE_ERROR

public static final int BROWSER_CODE_ERROR
Browser error.

See Also:
Constant Field Values

BROWSER_CODE_COMPLETE

public static final int BROWSER_CODE_COMPLETE
Flow complete.

See Also:
Constant Field Values

TOKEN_BROKER_RESPONSE

public static final int TOKEN_BROKER_RESPONSE
Broker returns full response.

See Also:
Constant Field Values

BROWSER_CODE_AUTHENTICATION_EXCEPTION

public static final int BROWSER_CODE_AUTHENTICATION_EXCEPTION
Webview throws Authentication exception. It needs to be send to callback.

See Also:
Constant Field Values
Constructor Detail

AuthenticationConstants.UIResponse

public AuthenticationConstants.UIResponse()


Copyright © 2003–2015. All rights reserved.