JwtDsl
class JwtDsl
A Kotlin DSL to configure JWT Resource Server Support using idiomatic Kotlin code.
Author
Eleftheria Stein
Since
5.3
Properties
Link copied to clipboard
the AuthenticationManager used to determine if the provided Authentication can be authenticated.
Link copied to clipboard
configures a JwtDecoder using a JSON Web Key (JWK) URL
Link copied to clipboard
the Converter to use for converting a Jwt into an AbstractAuthenticationToken.
Link copied to clipboard
the JwtDecoder to use.