public interface TokenReader extends Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Modifier and Type | Method and Description |
---|---|
Optional<String> |
findToken(HttpRequest<?> request)
Attempts to retrieve a token in a request.
|
Optional<String> findToken(HttpRequest<?> request)
request
- The request to look for the token in