frontend/.pnpm-store/v3/files/ca/2fb6744c7823e4fa41b3546899fdd36ca369c7dc91b80a7da0264b9b560fee41fa4ac75496db2aee46e04d0916a3c773ba5cda5eacd1ad81b045d2309fdf34

8 lines
246 B
Plaintext

import { StrategyInterface, Token, Authentication } from "./types";
export declare type Types = {
StrategyOptions: Token;
AuthOptions: never;
Authentication: Authentication;
};
export declare const createTokenAuth: StrategyInterface;