AuthHandler<Opts>: Handler<Opts> & {
    (provider?): Handler<Opts>;
    (options?): Handler<Opts>;
}

Type Parameters

  • Opts

Type declaration