Method and Description |
---|
com.microsoft.aad.adal.AuthenticationContext.acquireTokenByRefreshToken(String, String, AuthenticationCallback<AuthenticationResult>)
AuthenticationContext.acquireTokenByRefreshToken(String, String, AuthenticationCallback)
will be removed from the next major release. We don't recommend developers taking dependency on refresh token,
ADAL will handle the cache lookup, and refresh the RT if necessary. |
com.microsoft.aad.adal.AuthenticationContext.acquireTokenByRefreshToken(String, String, String, AuthenticationCallback<AuthenticationResult>)
AuthenticationContext.acquireTokenByRefreshToken(String, String, AuthenticationCallback)
will be removed from the next major release. We don't recommend developers taking dependency on refresh token,
ADAL will handle the cache lookup, and refresh the RT if necessary. |
com.microsoft.aad.adal.AuthenticationContext.acquireTokenSilent(String, String, String, AuthenticationCallback<AuthenticationResult>) |
com.microsoft.aad.adal.Logger.d(String, String)
use
com.microsoft.identity.common.internal.logging.Logger#info(String, String, String) instead.
Logs debug message. |
com.microsoft.aad.adal.Logger.e(String, String, String, ADALError)
use
com.microsoft.identity.common.internal.logging.Logger#error(String, String, String, Throwable)
if the log message does not contain any PII information.
use com.microsoft.identity.common.internal.logging.Logger#errorPII(String, String, String, Throwable)
if the log message contains any PII information.
Logs error message. |
com.microsoft.aad.adal.Logger.e(String, String, String, ADALError, Throwable)
use
com.microsoft.identity.common.internal.logging.Logger#error(String, String, String, Throwable)
if the log message does not contain any PII information.
use com.microsoft.identity.common.internal.logging.Logger#errorPII(String, String, String, Throwable)
if the log message contains any PII information.
Logs error message. |
com.microsoft.aad.adal.Logger.e(String, String, Throwable)
use
com.microsoft.identity.common.internal.logging.Logger#error(String, String, String, Throwable)
if the log message does not contain any PII information.
use com.microsoft.identity.common.internal.logging.Logger#errorPII(String, String, String, Throwable)
if the log message contains any PII information.
Logs error message. |
com.microsoft.aad.adal.AuthenticationSettings.getSkipBroker()
As of release 1.1.14, replaced by
AuthenticationSettings.getUseBroker() |
com.microsoft.aad.adal.Logger.i(String, String, String)
use
com.microsoft.identity.common.internal.logging.Logger#info(String, String, String)
if the log message does not contain any PII information.
use com.microsoft.identity.common.internal.logging.Logger#infoPII(String, String, String)
if the log message contains any PII information.
Logs informational message. |
com.microsoft.aad.adal.Logger.i(String, String, String, ADALError)
use
com.microsoft.identity.common.internal.logging.Logger#info(String, String, String)
if the log message does not contain any PII information.
use com.microsoft.identity.common.internal.logging.Logger#infoPII(String, String, String)
if the log message contains any PII information.
Logs informational messages with error codes. |
com.microsoft.aad.adal.AuthenticationSettings.setSkipBroker(boolean)
As of release 1.1.14, replaced by
AuthenticationSettings.setUseBroker(boolean) |
com.microsoft.aad.adal.Logger.v(String, String)
use
com.microsoft.identity.common.internal.logging.Logger#verbose(String, String, String)
if the log message does not contain any PII information.
use com.microsoft.identity.common.internal.logging.Logger#verbosePII(String, String, String)
if the log message contains any PII information.
Logs verbose message. |
com.microsoft.aad.adal.Logger.v(String, String, String, ADALError)
use
com.microsoft.identity.common.internal.logging.Logger#verbose(String, String, String)
if the log message does not contain any PII information.
use com.microsoft.identity.common.internal.logging.Logger#verbosePII(String, String, String)
if the log message contains any PII information.
Logs verbose message with error code. |
com.microsoft.aad.adal.Logger.w(String, String)
use
com.microsoft.identity.common.internal.logging.Logger#warn(String, String, String)
if the log message does not contain any PII information.
use com.microsoft.identity.common.internal.logging.Logger#warnPII(String, String, String)
if the log message contains any PII information.
Logs warning message. |
com.microsoft.aad.adal.Logger.w(String, String, String, ADALError)
use
com.microsoft.identity.common.internal.logging.Logger#warn(String, String, String)
if the log message does not contain any PII information.
use com.microsoft.identity.common.internal.logging.Logger#warnPII(String, String, String)
if the log message contains any PII information.
Logs warning message. |
Enum Constant and Description |
---|
com.microsoft.aad.adal.Logger.LogLevel.Debug |