📜  Firebase 将刷新令牌交换为 ID 令牌 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:38.795000             🧑  作者: Mango

代码示例1
curl 'https://securetoken.googleapis.com/v1/token?key=[API_KEY]' \
-H 'Content-Type: application/x-www-form-urlencoded' \
--data 'grant_type=refresh_token&refresh_token=[REFRESH_TOKEN]'