Skip to content

Commit

Permalink
Change the javadoc of INVALID_TOKEN_LIFETIME
Browse files Browse the repository at this point in the history
  • Loading branch information
caroline-ttd committed Apr 9, 2024
1 parent 48230a6 commit a6dda4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/uid2/client/DecryptionStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public enum DecryptionStatus {
*/
INVALID_IDENTITY_SCOPE,
/**
* INVALID_TOKEN_LIFETIME: If token's lifetime is longer than allow_clock_skew_seconds
* INVALID_TOKEN_LIFETIME: The token has invalid timestamps.
*/
INVALID_TOKEN_LIFETIME
}

0 comments on commit a6dda4b

Please sign in to comment.