Interface JwtAuthenticationFactory
-
- All Superinterfaces:
io.micronaut.security.token.TokenAuthenticationFactory<com.nimbusds.jwt.JWT>
- All Known Implementing Classes:
DefaultJwtAuthenticationFactory
public interface JwtAuthenticationFactory extends io.micronaut.security.token.TokenAuthenticationFactory<com.nimbusds.jwt.JWT>Creates anAuthenticationobject from a JWT token.- Since:
- 1.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<io.micronaut.security.authentication.Authentication>createAuthentication(com.nimbusds.jwt.JWT token)
-