Condividi tramite


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>