Type alias UpsertCredentialOpts

UpsertCredentialOpts: {
    appKey: string;
    consumerKeys: string[];
    credentialGroupKey?: string;
    credentialKey: string;
    credentialType?: string;
    data: Record<string, any>;
}

Type declaration

  • appKey: string
  • consumerKeys: string[]
  • Optional credentialGroupKey?: string
  • credentialKey: string
  • Optional credentialType?: string
  • data: Record<string, any>