Interface TokenVerifier
-
- All Implemented Interfaces:
public interface TokenVerifier
Verifies a token from string and returns a parsed version of it.
-
-
Method Summary
Modifier and Type Method Description abstract RadarToken
verify(String token)
Verifies a token from string and returns a parsed version of it. -
-
Method Detail
-
verify
abstract RadarToken verify(String token)
Verifies a token from string and returns a parsed version of it.
-
-
-
-