Authenticator type
Avviso
Questa API è ora deprecata.
The Authenticator type is not currently in use.
Funzione che riceve una richiesta di verifica e risolve una promessa con un token stringa.
type Authenticator = (challenge: unknown) => Promise<string>