Poq.SDK.Node

Home > @poq/sdk-sfcc > ConfigurationParameters > accessToken

ConfigurationParameters.accessToken property

Signature:

accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);