expirationSigningKey property
Regenerate the key used for signing and checking the payload sent to the HTTP provider. Set the graceful period for the existing key. During that time, the previous signing key and the new one will be used to sign the request to allow you a smooth transition onf your API.
Note that we currently only allow an immediate rotation ("0s") and will support longer expirations in the future.
Implementation
@$pb.TagNumber(4)
$5.Duration get expirationSigningKey => $_getN(3);
Implementation
@$pb.TagNumber(4)
set expirationSigningKey($5.Duration value) => $_setField(4, value);