Compartilhar via


Authenticator type

Aviso

Essa 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 de caracteres.

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