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