Back to Devexpress

DefaultClientID Constant

vcl-dxauthorizationagents-dot-tdxgoogleapioauth2authorizationagent-3ef47d9e.md

latest1.3 KB
Original Source

DefaultClientID Constant

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

Declaration

delphi
const DefaultClientID: string = '';

Returns

TypeDescription
string

An OAuth 2.0 client identifier string.

|

Remarks

This writeble typed constant initializes the newly created Google 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 TdxGoogleAPIOAuth2AuthorizationAgent class instances.

See Also

DefaultClientID

TdxGoogleAPIOAuth2AuthorizationAgent Class

TdxGoogleAPIOAuth2AuthorizationAgent Members

dxAuthorizationAgents Unit