AuthenticationConstants Class

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

public class AuthenticationConstants

AuthenticationConstants contains all the constant value the SDK is using.

Field Summary

Modifier and Type Field and Description
final String ADAL_PACKAGE_NAME

ADAL package name.

final String BUNDLE_MESSAGE

Bundle message.

final int DEFAULT_EXPIRATION_TIME_SEC

Default access token expiration time in seconds.

final String ENCODING_UTF8

The Constant ENCODING_UTF8.

final String MS_FAMILY_ID

Microsoft apps family of client Id.

Field Details

ADAL_PACKAGE_NAME

public static final String ADAL_PACKAGE_NAME= com.microsoft.identity.common.adal.internal.AuthenticationConstants.ADAL_PACKAGE_NAME

ADAL package name.

BUNDLE_MESSAGE

public static final String BUNDLE_MESSAGE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.BUNDLE_MESSAGE

Bundle message.

DEFAULT_EXPIRATION_TIME_SEC

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

Default access token expiration time in seconds.

ENCODING_UTF8

public static final String ENCODING_UTF8= com.microsoft.identity.common.adal.internal.AuthenticationConstants.ENCODING_UTF8

The Constant ENCODING_UTF8.

MS_FAMILY_ID

public static final String MS_FAMILY_ID= com.microsoft.identity.common.adal.internal.AuthenticationConstants.MS_FAMILY_ID

Microsoft apps family of client Id.

Applies to