HttpAuthConfig

interface HttpAuthConfig

The user-accessible configuration properties for the SDKs HTTP authentication schemes

Types

Link copied to clipboard
interface Builder

Properties

Link copied to clipboard
abstract val authSchemePreference: List<<Error class: unknown class>>?

The ordered preference of AuthScheme that this client will use.

Link copied to clipboard
abstract val authSchemes: List<AuthScheme>

New or overridden AuthScheme's configured for this client. By default, the set of auth schemes configured comes from the service model. An auth scheme configured explicitly takes precedence over the defaults and can be used to customize identity resolution and signing for specific authentication schemes.