Interface Authorization

interface Authorization {
    apiKey: string;
    apiKeyId: string;
}

Hierarchy

Properties

Properties

apiKey: string
apiKeyId: string

Generated using TypeDoc