clientId property
The OAuth2/OIDC client_id of the application that initiated the authorization request.
Implementation
@$pb.TagNumber(3)
$core.String get clientId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set clientId($core.String value) => $_setString(2, value);