expireAt property
- @TagNumber.new(4)
(optional) a timestamp (millis since epoch) when it expires. For a temp token, by default, it's 1 Day and cannot be more than 30 days. For other tokens it never expires.
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get expireAt => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set expireAt($fixnum.Int64 value) => $_setInt64(3, value);