Skip to main content

DefaultClientID Constant

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

Declaration

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