toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-security-core
/
org.http4k.security
/
ClientCredentialsOAuthSecurity
/
ClientCredentialsOAuthSecurity
Client
Credentials
OAuth
Security
constructor
(
tokenUrl
:
Uri
,
scopes
:
List
<
OAuthScope
>
=
emptyList()
,
filter
:
Filter
=
Filter.NoOp
,
name
:
String
=
"oauthSecurityClientCredentials"
,
refreshUrl
:
Uri
?
=
null
,
extraFields
:
Map
<
String
,
String
>
=
emptyMap()
)