Package eu.webtoolkit.jwt.auth
Class OAuthProcess.TokenError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.webtoolkit.jwt.auth.OAuthProcess.TokenError
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- OAuthProcess
protected static class OAuthProcess.TokenError extends java.lang.RuntimeExceptionException thrown while parsing a token response.
-
-
Constructor Summary
Constructors Constructor Description TokenError(java.lang.CharSequence error)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WStringgetError()The error.
-
-
-
Method Detail
-
getError
public WString getError()
The error.
-
-