Authenticator type
Varning
Det här API:et är nu inaktuellt.
The Authenticator type is not currently in use.
En funktion som tar emot en utmaning och löser ett löfte med en strängtoken.
type Authenticator = (challenge: unknown) => Promise<string>