clientId property

String? clientId
getter/setter pair

OAuth 2.0 client ID used in the OAuth flow.

This allows for client sharing. The risks of client sharing are outlined here: https://cloud.google.com/iap/docs/sharing-oauth-clients#risks.

Optional.

Implementation

core.String? clientId;