HmacSigningInterceptor

class HmacSigningInterceptor(context: Context, bundleId: String, secretKey: String, keyId: String, signingExecutor: ExecutorService = createSigningExecutor()) : Interceptor

Constructors

Link copied to clipboard
constructor(context: Context, bundleId: String, secretKey: String, keyId: String, signingExecutor: ExecutorService = createSigningExecutor())

Types

Link copied to clipboard
object Companion

Functions

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