CorsInterceptor

class CorsInterceptor(allowedMethods: List<String> = listOf("POST", "GET", "OPTIONS")) : ResponseInterceptor

Constructors

Link copied to clipboard
constructor(allowedMethods: List<String> = listOf("POST", "GET", "OPTIONS"))

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun intercept(request: OAuth2HttpRequest, response: OAuth2HttpResponse): OAuth2HttpResponse