expirationDate property
After the expiration date, the key will no longer be usable for authentication.
Implementation
@$pb.TagNumber(4)
$0.Timestamp get expirationDate => $_getN(3);
Implementation
@$pb.TagNumber(4)
set expirationDate($0.Timestamp value) => $_setField(4, value);