http4k-security-oauth
Toggle table of contents
6.20.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-oauth
http4k-security-oauth
/
org.http4k.security.oauth.server
/
BearerAuthWithResourceMetadata
Bearer
Auth
With
Resource
Metadata
fun
ServerFilters
.
BearerAuthWithResourceMetadata
(
protectedResourceUri
:
Uri
,
vararg
contents
:
Pair
<
String
,
String
>
,
checkToken
:
(
String
)
->
Boolean
)
:
Filter
(
source
)
A filter that checks for a valid Bearer token in the Authorization header of incoming requests.