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

DefaultClientID Constant

Specifies the default OAuth 2.0 client identifier for a Microsoft Graph® API-compatible authorization agent component.

#Declaration

Delphi
const DefaultClientID: string = '';

#Returns

Type Description
string

An OAuth 2.0 client identifier string.

#Remarks

This writeable typed constant initializes the newly created Microsoft account authorization agent component’s ClientID property. You can use the DefaultClientID and DefaultClientSecret writable typed constants to preset the account access credentials for all new TdxMicrosoftGraphAPIOAuth2AuthorizationAgent class instances.

See Also