Home > @vsf-enterprise/commercetools-api > Config > customToken
# Config.customToken property
Handler for providing custom access token to the request sent to commercetools
Signature:
customToken?: (options: {
configuration: Config<TCacheShape>;
isGuest: boolean;
isServer: boolean;
sdkAuth: SdkAuth;
tokenProvider: TokenProvider;
apolloReq: GraphQLRequest;
currentToken: any;
}) => any;