Interface IUnifiAuthProps

interface IUnifiAuthProps {
    password: string;
    rememberMe?: boolean;
    username: string;
}

Hierarchy (View Summary)

Properties

password: string
rememberMe?: boolean
username: string