Schema for api keys.

interface ApiKeysResult {
    key: string;
    ok: boolean;
    password: string;
}

Properties

Properties

key: string

The generated api key.

ok: boolean

ok.

password: string

The password associated with the api key.

Generated using TypeDoc