keyDetails property
KeyDetails contains the serialized private key and additional information depending on the key type. It must be stored safely, as it will not be possible to retrieve it again. A new key can be generated using the CreateApplicationKey endpoint.
Implementation
@$pb.TagNumber(3)
$core.List<$core.int> get keyDetails => $_getN(2);