How to configuar JWT auth for zoho desk ASAP in android ?

How to configuar JWT auth for zoho desk ASAP in android ?

I am want to setup zoho desk sdk in my android application But problem occurred in JWT authentication part in sdk
From the documentation For setup jwt auth i setups jwt endpoint based on this docs https://help.zoho.com/portal/kb/articles/jwt-for-authenticating-users-in-the-asap-add-ons#How_does_a_JWT_work .


The code from above link
  1. if(!isUserLoggedIn) {
        MyApplication.deskInstance.setUserToken("userToken", new DeskCallback.DeskSetUserCallback() {
            @Override
            public void onUserSetSuccess() {
            }
            @Override
            public void onException(DeskException exception) {
            }
        });
    } else{
        //User already signed into SDK
    }
I am familiar with jwt  but in above code you not mentioned where i am get "userToken" in android.

In zoho desk android samples from github you take "userToken" from edit text. But you not mentioned
where i get jwt token? Is i take it from endpoint previously setups nodejs end point ? how to complete this task provide your solution asap

    Access your files securely from anywhere

        Zoho Developer Community




                                  Zoho Desk Resources

                                  • Desk Community Learning Series


                                  • Digest


                                  • Functions


                                  • Meetups


                                  • Kbase


                                  • Resources


                                  • Glossary


                                  • Desk Marketplace


                                  • MVP Corner


                                  • Word of the Day



                                      Zoho Marketing Automation


                                              Manage your brands on social media



                                                    Zoho TeamInbox Resources

                                                      Zoho DataPrep Resources



                                                        Zoho CRM Plus Resources

                                                          Zoho Books Resources


                                                            Zoho Subscriptions Resources

                                                              Zoho Projects Resources


                                                                Zoho Sprints Resources


                                                                  Qntrl Resources


                                                                    Zoho Creator Resources



                                                                        Zoho Campaigns Resources


                                                                          Zoho CRM Resources

                                                                          • CRM Community Learning Series

                                                                            CRM Community Learning Series


                                                                          • Kaizen

                                                                            Kaizen

                                                                          • Functions

                                                                            Functions

                                                                          • Meetups

                                                                            Meetups

                                                                          • Kbase

                                                                            Kbase

                                                                          • Resources

                                                                            Resources

                                                                          • Digest

                                                                            Digest

                                                                          • CRM Marketplace

                                                                            CRM Marketplace

                                                                          • MVP Corner

                                                                            MVP Corner





                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now