ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / com.auth0.jwt.interfaces.DecodedJWT

Extensions for com.auth0.jwt.interfaces.DecodedJWT

Name Summary
roles Extension value to easily access the list of roles from the JWTval DecodedJWT.roles: List<String>
userIdentifier Extension value to easily access the userIdentifier from the JWTval DecodedJWT.userIdentifier: String
userName Extension value to easily access the userName from the JWTval DecodedJWT.userName: String?