Type alias AuthCredentials

The allowed authentication credentials. See the docs for more information.

The following types are allowed:

  • AuthUserPasswordCredentials
  • AuthAccessTokenCredentials
  • AuthClientCredentials
  • ApiKey
  • string

A string is interpreted as an API key.