Skip to content

Commit a6dda4b

Browse files
committed
Change the javadoc of INVALID_TOKEN_LIFETIME
1 parent 48230a6 commit a6dda4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/client/DecryptionStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public enum DecryptionStatus {
4545
*/
4646
INVALID_IDENTITY_SCOPE,
4747
/**
48-
* INVALID_TOKEN_LIFETIME: If token's lifetime is longer than allow_clock_skew_seconds
48+
* INVALID_TOKEN_LIFETIME: The token has invalid timestamps.
4949
*/
5050
INVALID_TOKEN_LIFETIME
5151
}

0 commit comments

Comments
 (0)