clientId property

String? clientId
getter/setter pair

The client identifier for the OAuth 2.0 client that requested the provided token.

It is REQUIRED when the client is not authenticating with the authorization server, i.e. when authentication method is client authentication.

Optional.

Implementation

core.String? clientId;