Skip to content

Commit

Permalink
JavaDoc fix (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Mar 27, 2020
1 parent 45036b9 commit f2d95fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/main/java/com/auth0/jwt/interfaces/Verification.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ public interface Verification {

/**
* Skip the Issued At ("iat") date verification. By default, the verification is performed.
*
* @return this same Verification instance.
*/
Verification ignoreIssuedAt();

Expand Down

0 comments on commit f2d95fa

Please sign in to comment.