CredentialProvider

sealed class CredentialProvider

A credential provider for gateway authentication. This structure contains the configuration for authenticating with the target endpoint.

Inheritors

Types

Link copied to clipboard

The API key credential provider. This provider uses an API key to authenticate with the target endpoint.

Link copied to clipboard

The OAuth credential provider. This provider uses OAuth authentication to access the target endpoint.

Link copied to clipboard

Functions