Interface TAKAuth

Store the TAK Client Certificate for a connection

interface TAKAuth {
    cert: string;
    key: string;
}

Properties

Properties

cert: string
key: string