Onfido.Builder |
Onfido.Builder.apiToken(String apiToken) |
Api token attribute.
|
static Onfido.Builder |
Onfido.builder() |
Gives access to the builder for the object.
|
Onfido.Builder |
Onfido.Builder.clientInterceptor(okhttp3.Interceptor interceptor) |
Deprecated.
|
Onfido.Builder |
Onfido.Builder.clientInterceptors(List<okhttp3.Interceptor> interceptors) |
Interceptors attribute.
|
Onfido.Builder |
Onfido.Builder.clientProxy(Proxy proxy) |
The proxy that will be used to configure the HttpClient with
|
Onfido.Builder |
Onfido.Builder.clientReadTimeout(java.time.Duration readTimeout) |
The read timeout duration that will be used to configure the HttpClient
|
Onfido.Builder |
Onfido.Builder.regionCA() |
Sets the object to use the Canada region base URL.
|
Onfido.Builder |
Onfido.Builder.regionEU() |
Sets the object to use the EU region base URL.
|
Onfido.Builder |
Onfido.Builder.regionUS() |
Sets the object to use the US region base URL.
|
Onfido.Builder |
Onfido.Builder.sslSocketFactory(SSLSocketFactory sslSocketFactory,
X509TrustManager x509TrustManager) |
The ssl socket factory and the X509 trust manager that will be used to configure the
HttpClient
|
Onfido.Builder |
Onfido.Builder.unknownApiUrl(String url) |
Sets the object to use the specified URL for the api.
|