AuthenticationConstants.UIRequest Class

  • java.lang.Object
    • com.microsoft.aad.adal.AuthenticationConstants.UIRequest

public class UIRequest

Represents the request code.

Field Summary

Modifier and Type Field and Description
final int BROWSER_FLOW

Represents the request of browser flow.

Field Details

BROWSER_FLOW

public static final int BROWSER_FLOW= com.microsoft.identity.common.adal.internal.AuthenticationConstants.UIRequest.BROWSER_FLOW

Represents the request of browser flow.

Applies to