expirationDate property
The date the key will expire and no logins will be possible anymore.
Implementation
@$pb.TagNumber(2)
$7.Timestamp get expirationDate => $_getN(1);
Implementation
@$pb.TagNumber(2)
set expirationDate($7.Timestamp value) => $_setField(2, value);