Cors Interceptor
class CorsInterceptor(allowedMethods: List<String> = listOf("POST", "GET", "OPTIONS")) : ResponseInterceptor
Types
Link copied to clipboard
object HeaderNames
Functions
Link copied to clipboard
open override fun intercept(request: OAuth2HttpRequest, response: OAuth2HttpResponse): OAuth2HttpResponse