Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Class and Description |
---|---|
class |
JwtHandlerAdapter<T>
An Adapter implementation of the
JwtHandler interface that allows for anonymous subclasses to process only the JWT results that are
known/expected for a particular use case. |
Modifier and Type | Method and Description |
---|---|
<T> T |
JwtParser.parse(CharSequence jwt,
JwtHandler<T> handler)
Deprecated.
since 0.12.0 in favor of
|
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.