OAuth2ResourceServerDsl
class OAuth2ResourceServerDsl
A Kotlin DSL to configure HttpSecurity OAuth 2.0 resource server support using idiomatic Kotlin code.
Author
Eleftheria Stein
Max Batischev
Since
5.3
Properties
Link copied to clipboard
the AccessDeniedHandler to use for requests authenticating with Bearer Tokens.
Link copied to clipboard
the AuthenticationEntryPoint to use for requests authenticating with Bearer Tokens.
Link copied to clipboard
Link copied to clipboard
the BearerTokenResolver to use for requests authenticating with Bearer Tokens.