com.microsoft.aad.adal
Class AuthenticationConstants.UIRequest

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

public static final class AuthenticationConstants.UIRequest
extends Object


Field Summary
static int BROKER_FLOW
           
static int BROWSER_FLOW
           
static int TOKEN_FLOW
           
 
Constructor Summary
AuthenticationConstants.UIRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROWSER_FLOW

public static final int BROWSER_FLOW
See Also:
Constant Field Values

TOKEN_FLOW

public static final int TOKEN_FLOW
See Also:
Constant Field Values

BROKER_FLOW

public static final int BROKER_FLOW
See Also:
Constant Field Values
Constructor Detail

AuthenticationConstants.UIRequest

public AuthenticationConstants.UIRequest()


Copyright © 2003–2015. All rights reserved.