ttlSeconds property

  1. @TagNumber.new(5)
int get ttlSeconds

ttl_seconds overrides the default OTP expiration time

Implementation

@$pb.TagNumber(5)
$core.int get ttlSeconds => $_getIZ(4);
  1. @TagNumber.new(5)
set ttlSeconds (int v)

Implementation

@$pb.TagNumber(5)
set ttlSeconds($core.int v) { $_setSignedInt32(4, v); }