你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Authenticator type

警告

现已弃用此 API。

The Authenticator type is not currently in use.

接收质询并使用字符串令牌解析承诺的函数。

type Authenticator = (challenge: unknown) => Promise<string>