RequestTimeout
class RequestTimeout(val connectionTimeout: Duration, val writeTimeout: Duration, val readTimeout: Duration) : Parcelable
Timeouts which are used in network calls for the verification service. Setting any of the properties to 0 will result in no timeout for that property. Value for each property has to be between 1 and the max value of Integer.