api

http4k / org.http4k.security.oauth.server / AuthRequestWithRequestAuthRequestExtractor / CombineAuthRequestRequestStrategy / AuthRequestOnly

AuthRequestOnly

object AuthRequestOnly : CombineAuthRequestRequestStrategy

Functions

Name Summary
combine fun <T> combine(authRequestValue: T?, requestObjectValue: T?): T?
fun <T> combine(authRequestValue: List<T>, requestObjectValue: List<T>): List<T>