Valid JWT not recognized in Unified Chat 2.0 SDK (iOS)
Setting a valid JWT (tested on jwt.io) is not resulting in a verified user experience in Chat.
ZDKJWTAuth *authenticator = [ZDKJWTAuth new];
[authenticator setAuthToken:zendeskJwt];
[[ZDKChat instance] setIdentityWithAuthenticator:authenticator];
Please sign in to leave a comment.
0 Comments