expirationDate property

  1. @TagNumber.new(4)
Timestamp get expirationDate

After the expiration date, the key will no longer be usable for authentication.

Implementation

@$pb.TagNumber(4)
$0.Timestamp get expirationDate => $_getN(3);
  1. @TagNumber.new(4)
set expirationDate (Timestamp value)

Implementation

@$pb.TagNumber(4)
set expirationDate($0.Timestamp value) => $_setField(4, value);