次の方法で共有


Authenticator type

警告

この API は非推奨になりました。

The Authenticator type is not currently in use.

チャレンジを受け取り、文字列トークンで promise を解決する関数。

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