privateKeyType property

String? privateKeyType
getter/setter pair

The output format of the private key.

The default value is TYPE_GOOGLE_CREDENTIALS_FILE, which is the Google Credentials File format. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified. Equivalent to TYPE_GOOGLE_CREDENTIALS_FILE.
  • "TYPE_PKCS12_FILE" : PKCS12 format. The password for the PKCS12 file is notasecret. For more information, see https://tools.ietf.org/html/rfc7292.
  • "TYPE_GOOGLE_CREDENTIALS_FILE" : Google Credentials File format.

Implementation

core.String? privateKeyType;