Interface IControllerProps

interface IControllerProps {
    password: string;
    rememberMe?: boolean;
    strictSSL?: boolean;
    url: string;
    username: string;
    webSocketsURL?: string;
}

Hierarchy (view full)

Properties

password: string
rememberMe?: boolean
strictSSL?: boolean
url: string
username: string
webSocketsURL?: string

Generated using TypeDoc