AuthenticationConstants.OAuth2 Class

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

public class OAuth2

Represents the constant value of oauth2 params.

Field Summary

Modifier and Type Field and Description
final String ACCESS_TOKEN

String of access token.

final String ASSERTION

SAML assertion related parameters.

final String AUTHORITY

String of authority.

final String AUTHORIZATION_CODE

String of authorization code.

final String CLIENT_ID

String of client id.

final String CODE

String of code.

final String ERROR

String of error.

final String ERROR_CODES

String of error codes.

final String ERROR_DESCRIPTION

String of error description.

final String EXPIRES_IN

String of expires in.

final String GRANT_TYPE

String of grant type.

final String HTTP_RESPONSE_BODY

String of http web response body.

final String HTTP_RESPONSE_HEADER

String of http web response headers.

final String HTTP_STATUS_CODE

String of http web response status code.

final String MSID_OAUTH2_SAML11_BEARER_VALUE
final String MSID_OAUTH2_SAML2_BEARER_VALUE
final String REDIRECT_URI

String redirect uri.

final String REFRESH_TOKEN

String of refresh token.

final String RESPONSE_TYPE

String of response type.

final String SCOPE

String of scope.

final String STATE

String of state.

final String TOKEN_TYPE

String of token type.

Field Details

ACCESS_TOKEN

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

String of access token.

ASSERTION

public static final String ASSERTION= "assertion"

SAML assertion related parameters.

AUTHORITY

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

String of authority.

AUTHORIZATION_CODE

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

String of authorization code.

CLIENT_ID

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

String of client id.

CODE

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

String of code.

ERROR

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

String of error.

ERROR_CODES

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

String of error codes.

ERROR_DESCRIPTION

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

String of error description.

EXPIRES_IN

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

String of expires in.

GRANT_TYPE

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

String of grant type.

HTTP_RESPONSE_BODY

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

String of http web response body.

HTTP_RESPONSE_HEADER

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

String of http web response headers.

HTTP_STATUS_CODE

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

String of http web response status code.

MSID_OAUTH2_SAML11_BEARER_VALUE

public static final String MSID_OAUTH2_SAML11_BEARER_VALUE= "urn:ietf:params:oauth:grant-type:saml1_1-bearer"

MSID_OAUTH2_SAML2_BEARER_VALUE

public static final String MSID_OAUTH2_SAML2_BEARER_VALUE= "urn:ietf:params:oauth:grant-type:saml2-bearer"

REDIRECT_URI

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

String redirect uri.

REFRESH_TOKEN

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

String of refresh token.

RESPONSE_TYPE

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

String of response type.

SCOPE

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

String of scope.

STATE

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

String of state.

TOKEN_TYPE

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

String of token type.

Applies to