com.auth0.jwt
Class JWTAudienceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.auth0.jwt.JWTVerifyException
com.auth0.jwt.JWTAudienceException
- All Implemented Interfaces:
- Serializable
public class JWTAudienceException
- extends JWTVerifyException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JWTAudienceException
public JWTAudienceException(com.fasterxml.jackson.databind.JsonNode audienceNode)
JWTAudienceException
public JWTAudienceException(String message,
com.fasterxml.jackson.databind.JsonNode audienceNode)
getAudience
public List<String> getAudience()
Copyright © 2015. All Rights Reserved.