clientId property

String? clientId
getter/setter pair

The OAuth 2.0 client ID for retrieving extra attributes from the identity provider.

Required to get the Access Token using client credentials grant flow.

Required.

Implementation

core.String? clientId;