UNPKG

@deephaven/auth-plugins

Version:
8 lines 327 B
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