expirationTime property
Optional
The time at which this credential becomes invalid. This
credential will be ignored for new client authentication requests after
this timestamp; however, it will not be automatically deleted.
Implementation
@$pb.TagNumber(6)
$2.Timestamp get expirationTime => $_getN(1);
Implementation
@$pb.TagNumber(6)
set expirationTime($2.Timestamp v) { setField(6, v); }