How to get id_token_hint for logout?

Solution: when we exchange the code to get access token, we will be receiving two jwt token in response (access_token, id_token). In that two tokens use id_token, which is you’re id_token_hint.