Recent searches


No recent searches

tushar agarwal's Avatar

tushar agarwal

Joined May 28, 2021

·

Last activity Oct 16, 2021

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by tushar agarwal

tushar agarwal commented,

Community comment Developer - Zendesk SDKs

i have initialised the zendesk SDK on Android , and tried to get Identity with the help of following code:-

Identity identity = new JwtIdentity("unique_id");
Zendesk.INSTANCE.setIdentity(identity);

"unique_id" is the unique identifier of the user. 

My JWT not getting any hit from Zendesk Server.

 

I am getting following logs :-

D/OkHttp: <-- 401 https://{companyname}.zendesk.com/access/sdk/jwt (2896ms, 37-byte body)

D/GsonSerializer: Unable to deserialize the provided object into AccessToken

W/ZendeskIdentityManager: There is no stored access token, have you initialised an identity and requested an access token?

 

Can anybody help us with this issue ?

 

Note: We have replaced the actual name with {companyname} for the purpose of privacy

View comment · Posted Mar 17, 2021 · tushar agarwal

0

Followers

0

Votes

0

Comments