Interface TokenVerifier
-
- All Implemented Interfaces:
public interface TokenVerifierVerifies a token from string and returns a parsed version of it.
-
-
Method Summary
Modifier and Type Method Description abstract RadarTokenverify(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.
-
-
-
-