I decoded the `id_token` response which is received in auth token request (https://appleid.apple.com/auth/token). There are 3 parts of it. First is JWtHeader, JWTBody and 3rd part which are splitted by ".". I want to know relevance of 3rd part and what is it used for?