php-oauth icon indicating copy to clipboard operation
php-oauth copied to clipboard

Management of refresh token

Open appsol opened this issue 10 years ago • 0 comments

I am using the library to connect to the YouTube Data API with a Google account. This works fine but the resulting OAuth token only lasts for an hour, then I am disconnected again.

How does the library manage Refresh tokens, or if it does not is there an approach you would recommend? I am using my own storage class that implements TokenStorageInterface.

Thanks

appsol avatar Jun 27 '15 22:06 appsol