Interface ProfileOptions

interface ProfileOptions {
    autoLogin?: boolean;
    useCache?: boolean;
}

Properties

autoLogin?: boolean
useCache?: boolean