Partager via


Authenticator type

Avertissement

Cette API est à présent déconseillée.

The Authenticator type is not currently in use.

Fonction qui reçoit un défi et résout une promesse avec un jeton de chaîne.

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