How to Obtain a User’s Access Token
getAccessTokenSilently method on the furo object.
null is returned.
For methods to verify the user’s token and more detailed information about the token, refer to here.
Why a Valid Token is Always Returned
refresh_token to renew the token. Therefore,
if the stored token has expired, it automatically renews the token’s validity
period before returning it.