Authenticator type
Avviso
Questa API è ora deprecata.
The Authenticator type is not currently in use.
Una funzione che riceve una sfida e risolve una promessa con un token di stringa.
type Authenticator = (challenge: unknown) => Promise<string>
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
Avviso
Questa API è ora deprecata.
The Authenticator type is not currently in use.
Una funzione che riceve una sfida e risolve una promessa con un token di stringa.
type Authenticator = (challenge: unknown) => Promise<string>