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 .
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Firebase Authentication uses two tokens:
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.