Home > @poq/sdk-sfcc > AuthInfo
Information about auth options Basic or Bearer.
Signature:
export declare type AuthInfo = { token: string; } | { login: string; password: string; };