lifetime property

  1. @TagNumber.new(7)
Duration get lifetime

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);
  1. @TagNumber.new(7)
set lifetime (Duration value)

Implementation

@$pb.TagNumber(7)
set lifetime($0.Duration value) => $_setField(7, value);