public interface JwtVerifier<T> extends JwksHealthProvider
| Modifier and Type | Method and Description |
|---|---|
T |
verify(String token)
Verify token.
|
getHealthT verify(String token) throws JwtException, JwksException
token - textual token value - on the form a.b.cJwtException - on problem with token (i.e. known signature type not
available)JwksException - on problem with signing keys (i.e. authorization server
is down)Copyright © 2020 Entur AS. All rights reserved.