HttpInterceptor

class HttpInterceptor(keys: OauthKeyProvider, nonce: String, timestamp: Long) : Interceptor

Types

Companion
Link copied to clipboard
object Companion

Functions

intercept
Link copied to clipboard
open override fun intercept(chain: Interceptor.Chain): Response
signRequest
Link copied to clipboard
fun signRequest(request: Request): Request

Sources

jvm source
Link copied to clipboard