The following is an example of how to decode an ID token using a library for Python®. import jwt decoded_id_token = jwt.decode(id_token, channel_secret, ...
確定! 回上一頁