Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HeaderContentType Constant

In This Article

Specifies the default header for HTTP requests to an OAuth 2.0 authorization server.

#Declaration

Delphi
const HeaderContentType = 'Content-Type: application/x-www-form-urlencoded';

#Remarks

The authorization agent component uses this writable typed constant value in all requests to authorization servers. Additionally, OAuth 2.0-compatible user information providers (that is, TdxOAuth2AuthorizationAgentUserInfo class descendant instances) use the HeaderContentType constant to retrieve the connected account’s user email and display name.

See Also