All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.identity.common.java.BuildConfig Maven / Gradle / Ivy

Go to download

This library contains common java code shared between the Active Directory Authentication Library (ADAL) for Android and the Microsoft Authentication Library (MSAL) for Android. This library includes only internal classes and is NOT part of the public API

The newest version!
package com.microsoft.identity.common.java;

import java.lang.String;

public final class BuildConfig {
  public static final String SLICE = "";

  public static final String DC = "";

  public static final boolean USE_MOCK_API_FOR_NATIVE_AUTH_AUTHORITY = false;

  public static final String MOCK_API_URL = "";

  public static final boolean DISABLE_ACQUIRE_TOKEN_SILENT_TIMEOUT = false;

  private BuildConfig() {
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy