privateSigningKey property
String
get
privateSigningKey
the private key used to sign things this application sends
Implementation
String get privateSigningKey {
return atClient.atChops!.atChopsKeys.atPkamKeyPair!.atPrivateKey.privateKey;
}