跳转到内容

ApiKey

此内容尚不支持你的语言。

type ApiKey = string | () => string | Promise<string>;

The type of the API key. Can be a string or a function that returns a string or a promise that resolves to a string.