AuthenticationConstants.Broker.CliTelemInfo Class

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

public class CliTelemInfo

Bundle identifiers for x-ms-clitelem info.

Field Summary

Modifier and Type Field and Description
final String RT_AGE

Bundle id for refresh token age.

final String SERVER_ERROR

Bundle id for server errors.

final String SERVER_SUBERROR

Bundle id for server suberrors.

final String SPE_RING

Bundle id for spe_ring info.

Field Details

RT_AGE

public static final String RT_AGE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CliTelemInfo.RT_AGE

Bundle id for refresh token age.

SERVER_ERROR

public static final String SERVER_ERROR= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CliTelemInfo.SERVER_ERROR

Bundle id for server errors.

SERVER_SUBERROR

public static final String SERVER_SUBERROR= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CliTelemInfo.SERVER_SUBERROR

Bundle id for server suberrors.

SPE_RING

public static final String SPE_RING= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Broker.CliTelemInfo.SPE_RING

Bundle id for spe_ring info.

Applies to