Home > @poq/sdk-sfcc > Configuration > accessToken
parameter for oauth2 security
Signature:
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);