Skip to content

Commit 1b9cc7a

Browse files
committed
add missing javadoc
1 parent 8af46a2 commit 1b9cc7a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/src/main/java/com/auth0/jwt/interfaces/DecodedJWT.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
* Class that represents a Json Web Token that was decoded from it's string representation.
55
*/
66
public interface DecodedJWT extends Payload, Header, Signature {
7+
/**
8+
* Getter for the String Token used to create this JWT instance.
9+
*
10+
* @return the String Token.
11+
*/
712
String getToken();
813
}

0 commit comments

Comments
 (0)