clockSkew property
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(13)
$2.Duration get clockSkew => $_getN(12);
Implementation
@$pb.TagNumber(13)
set clockSkew($2.Duration value) => $_setField(13, value);