Authenticator type
Ostrzeżenie
Ten interfejs API jest już przestarzały.
The Authenticator type is not currently in use.
Funkcja, która odbiera wyzwanie i rozwiązuje obietnicę przy użyciu tokenu ciągu.
type Authenticator = (challenge: unknown) => Promise<string>