clockSkew property

  1. @TagNumber.new(16)
Duration get clockSkew

ClockSkew is used to compensate time differences between the servers of ZITADEL and the application. It is added to the "exp" claim and subtracted from "iat", "auth_time" and "nbf" claims. The default is 0s, the maximum is 5s.

Implementation

@$pb.TagNumber(16)
$0.Duration get clockSkew => $_getN(15);
  1. @TagNumber.new(16)
set clockSkew (Duration value)

Implementation

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