Interface Authenticator

Authenticator is an interface that returns credentials.

interface Authenticator ((nonce?) => Auth)
  • Parameters

    • Optional nonce: string

    Returns Auth