Zoom sdk In onAuthenticationReturn function AuthResult ret value is 11

I have created Zoom SDK app and downloaded windows C# package.
Function onAuthenticationReturn returns AuthResult ret value as 11 .
In Zoom API documentation, AuthResult enum has no item with value 11.
Please guide me what might be the cause of this issue.

Hi @arvind.sonar, thanks for using our SDK.

This value maps to AUTHRET_JWTTOKENWRONG, meaning the JWT you provided was not valid. Can you please provide the payload of your JWT so that we can assist?

Thanks!

thanks @jon.zoom for reply.
My issue got resolved by creating correct JWTToken . AUTHRET_JWTTOKENWRONG is not anywhere in the documentation hence was unable to know the reason. thanks again.

Glad to hear you were able to resolve this!

Please don’t hesitate to reach back out in a new topic with any additional questions. :slightly_smiling_face:

1 Like