douju7765 2017-07-19 05:19
浏览 39

如何使用firebase的Refresh标记

What is the expiry time of refresh token? Can I get new token if used with refresh token. If yes Is there any time limit for refresh token .

  • 写回答

1条回答 默认 最新

  • dozug64282 2017-07-19 14:57
    关注

    Firebase Authentication uses two tokens:

    • a long-lived/permanent refresh token that identifies the user.
    • a short-lived ID token that grants the user access to backend services.

    The refresh token doesn't expire.

    The ID token by default expires hourly. If you mint a custom token you can set a custom expiration, which can never be longer than an hour.

    评论

报告相同问题?

悬赏问题

  • ¥15 CanMv K210开发板实现功能
  • ¥15 C# datagridview 栏位进度
  • ¥15 vue3页面el-table页面数据过多
  • ¥100 vue3中融入gRPC-web
  • ¥15 kali环境运行volatility分析android内存文件,缺profile
  • ¥15 写uniapp时遇到的问题
  • ¥15 vs 2008 安装遇到问题
  • ¥15 matlab有限元法求解梁带有若干弹簧质量系统的固有频率
  • ¥15 找一个网络防御专家,外包的
  • ¥100 能不能让两张不同的图片md5值一样,(有尝)