Home > @poq/sdk-sfcc > Configuration > apiKey
parameter for apiKey security
Signature:
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);