blob: 115bb7f11fd9aeeb9f9839716e34f5d540718e14 [file] [log] [blame]
import type { StrategyInterface, Token, Authentication } from "./types";
export type Types = {
StrategyOptions: Token;
AuthOptions: never;
Authentication: Authentication;
};
export declare const createTokenAuth: StrategyInterface;