Type alias UpsertCredentialOpts
UpsertCredentialOpts : {
appKey: string;
consumerKeys: string[];
credentialGroupKey?: string;
credentialKey: string;
credentialType?: string;
data: Record<string, any>;
}
appKey: string;
consumerKeys: string[];
credentialGroupKey?: string;
credentialKey: string;
credentialType?: string;
data: Record<string, any>;
}
Type declaration
app
Key : stringconsumer
Keys : string[]Optional
credentialGroup ?: stringKey credential
Key : stringOptional
credentialType ?: stringdata: Record<string, any>