lifetime property
The desired lifetime duration of the access token in seconds. Must be set to a value less than or equal to 3600 (1 hour). If a value is not specified, the token's lifetime will be set to a default value of one hour.
Implementation
@$pb.TagNumber(7)
$0.Duration get lifetime => $_getN(3);
Implementation
@$pb.TagNumber(7)
set lifetime($0.Duration value) => $_setField(7, value);