credentialId property

String? credentialId
getter/setter pair

Identifies the client credential id used for authentication.

credential_id is in the format of AUTH_METHOD:IDENTIFIER, e.g. "serviceaccount:XXXXX, apikey:XXXXX" where the format of the IDENTIFIER can vary for different AUTH_METHODs.

Implementation

core.String? credentialId;