Partilhar via


Authenticator type

Aviso

Esta API foi preterida.

The Authenticator type is not currently in use.

Uma função que recebe um desafio e resolve uma promessa com um token de cadeia.

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