@deephaven/auth-plugins
Version:
Deephaven Auth Plugins
8 lines • 327 B
TypeScript
import { type AuthPlugin, type AuthPluginProps } from './AuthPlugin';
export type AuthPluginPskProps = AuthPluginProps & {
/** Custom path to a logo to display on the login screen */
logoPath?: string;
};
declare const AuthPluginPsk: AuthPlugin;
export default AuthPluginPsk;
//# sourceMappingURL=AuthPluginPsk.d.ts.map