Skip to content

[T] HttpAuth

type HttpAuth:
| BasicAuth
| BearerAuth
| ApiKeyAuth<ApiKeyLocation, string>
| Oauth2Auth<OAuth2Flow[]>
| OpenIDConnectAuth
| NoAuth;