KeelInterceptorResult

sealed interface KeelInterceptorResult(source)

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Proceed(val result: PluginResult<Any?>) : KeelInterceptorResult
Link copied to clipboard
data class Reject(val status: Int, val message: String, val headers: Map<String, List<String>> = emptyMap()) : KeelInterceptorResult