Jan 27, 2021
We can get access-token without login with OAuth 2.0 based authentication. OAuth 2.0 based authentication has several authorization modes. We used Client Crediential mode for Search Kit in article. You can look this link to get more information about autharization:
And token is mandatory for Search Kit. If you try to use Search kit without setting access-token you will get "credential is null" error. In the article, under the heading Implementation, we obtain token from step 1 to step 8 and set it up for the Search kit. You can review these steps.