- All Implemented Interfaces:
- java.io.Serializable
public class InvalidTokenException
extends TokenException
Indicates that the delegation token is invalid.
The token may be invalid due to these and other reasons:
- The token is malformed.
- The token has unexpected content. An example of this is when the token doesn't contain any standard or custom claim.
- Failed to calculate token signature or to verify it.
- See Also:
- Serialized Form