DashAuthInterceptor

constructor(scope: String, authRules: Map<Regex, HashMap<String, String>>)

Parameters

scope

Scope of the interceptor. Required for comparison.

authRules

Authorization rules for the requests. key - regular expression for matching the URL, value - headers to be added to the request.