DefaultClientID Constant
In This Article
Specifies the default OAuth 2.0 client identifier for a Google API-compatible authorization agent component.
#Declaration
Delphi
const DefaultClientID: string = '';
#Returns
Type | Description |
---|---|
string | An OAuth 2. |
#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