Interface CustomAuthOptions<TAuth>

Type Parameters

  • out TAuth

Hierarchy

  • CustomAuthOptions

Properties

Properties

Auth: (new (query) => TAuth)

Type declaration

    • new (query): TAuth
    • Constructor of authentication info.

      Parameters

      • query: string

      Returns TAuth

Generated using TypeDoc