http4k-security-oauth
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-oauth
http4k-security-oauth
/
org.http4k.security.oauth.server
/
AuthRequestWithRequestAuthRequestExtractor
/
CombineAuthRequestRequestStrategy
/
RequestObjectOnly
/
combine
combine
open
override
fun
<
T
>
combine
(
authRequestValue
:
T
?
,
requestObjectValue
:
T
?
)
:
T
?
open
override
fun
<
T
>
combine
(
authRequestValue
:
List
<
T
>
,
requestObjectValue
:
List
<
T
>
)
:
List
<
T
>