AuthProvider

fun interface AuthProvider

Host app injects authentication/authorization without the SDK dictating how.

Examples:

  • Bearer tokens

  • mTLS headers (when paired with custom OkHttpClient)

  • Request signing

Functions

Link copied to clipboard
abstract fun apply(builder: Request.Builder)