Poq.SDK.Node

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

Configuration.accessToken property

parameter for oauth2 security

Signature:

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