WatcherAuthResponse the response of a successful authentication

interface WatcherAuthResponse {
    code?: number;
    expire?: string;
    token?: string;
}

Properties

Properties

code?: number
expire?: string
token?: string

Generated using TypeDoc