AuthScheme

interface AuthScheme

A configured authentication scheme for HTTP protocol

Properties

Link copied to clipboard
abstract val schemeId: <Error class: unknown class>

The unique authentication scheme ID

Link copied to clipboard
abstract val signer: HttpSigner

The signer used to sign HTTP requests for this auth scheme

Functions

Link copied to clipboard
open fun identityProvider(identityProviderConfig: <Error class: unknown class>): <Error class: unknown class>

Retrieve the identity provider associated with this authentication scheme. By default, the identityProviderConfig is used to retrieve a suitable identity provider for this authentication scheme.