Interface TokenResolver
- 
- All Known Implementing Classes:
- DefaultTokenResolver
 
 public interface TokenResolverReturns the token from the provided request.- Since:
- 1.1.0
- Author:
- Sergio del Amo
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>resolveToken(io.micronaut.http.HttpRequest<?> request)Resolves the token from the provided request.
 
-