Interface JwtConfiguration
- All Superinterfaces:
 io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
 JwtConfigurationProperties
public interface JwtConfiguration
extends io.micronaut.core.util.Toggleable
Represents configuration of the JWT token.
- Since:
 - 1.0
 - Author:
 - Sergio del Amo
 
- 
Method Summary
 
- 
Method Details
- 
isEnabled
boolean isEnabled()- Specified by:
 isEnabledin interfaceio.micronaut.core.util.Toggleable- Returns:
 - a boolean flag indicating whether JWT beans should be enabled or not
 
 
 -