Back to Devexpress

DefaultClientID Constant

vcl-dxauthorizationagents-dot-tdxmicrosoftgraphapioauth2authorizationagent-09948941.md

latest1.4 KB
Original Source

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

TypeDescription
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

DefaultClientID

TdxMicrosoftGraphAPIOAuth2AuthorizationAgent Class

TdxMicrosoftGraphAPIOAuth2AuthorizationAgent Members

dxAuthorizationAgents Unit