serviceAccountCredentials property

  1. @override
ServiceAccountCredentials? get serviceAccountCredentials
override

The service account credentials used to create this client, if any.

Returns null if this client was not created via clientViaServiceAccount or if the underlying credentials are not service account credentials.

Implementation

@override
ServiceAccountCredentials? get serviceAccountCredentials => null;