publicData property

String? publicData
getter/setter pair

Public key data for the credentials file.

This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.

Implementation

core.String? publicData;