Builder

interface Builder

Properties

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

The ordered preference of AuthScheme that this client will use.

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

Register new or override default 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.