UNPKG

@auth/core

Version:

Authentication for the Web.

5 lines 365 B
import type { AuthAction, AuthConfig } from "../../types"; /** Set default env variables on the config object */ export declare function setEnvDefaults(envObject: any, config: AuthConfig): void; export declare function createActionURL(action: AuthAction, protocol: string, headers: Headers, envObject: any, basePath?: string): URL; //# sourceMappingURL=env.d.ts.map