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