Android OKHttp Interceptor Extension (Optional)
Get the Extension
Usage
Authgear authgear = // Obtain the authgear instance.
OKHttpClient client = new OkHttpClient.Builder()
.addInterceptor(AuthgearInterceptor(authgear))
.build()Last updated
Was this helpful?