authProvider
Returns a single auth provider of the specified type, or null if not found or multiple providers exist.
Example:
val bearerProvider = client.authProvider<BearerAuthProvider>()
bearerProvider?.clearToken()Content copied to clipboard