http4k-security-core
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-core
http4k-security-core
/
org.http4k.security
/
AuthCodeOAuthSecurity
/
AuthCodeOAuthSecurity
Auth
Code
OAuth
Security
constructor
(
authorizationUrl
:
Uri
,
tokenUrl
:
Uri
,
scopes
:
List
<
OAuthScope
>
=
emptyList()
,
filter
:
Filter
,
name
:
String
=
"oauthSecurityAuthCode"
,
refreshUrl
:
Uri
?
=
null
,
extraFields
:
Map
<
String
,
String
>
=
emptyMap()
)
(
source
)