Interface DeleteAuthKeysWithKeyNameRequest

interface DeleteAuthKeysWithKeyNameRequest {
    apiKey?: ApiKey;
    keyName: string;
}

Properties

Properties

apiKey?: ApiKey
keyName: string