Introduction
Based on the generic example doc.
Google use some genric openId Connect protocol. But :
scope offline_access is not authorized
it's has not a logout endpoint (end_session_endpoint)
Get a refresh_token with google
You can get a refresh_token with google. Use set_access_type() method for that. But :
The refresh_token is given the first time you asked for it
To have a new refresh_token you have to revoke the first one before
You ask for a refresh_token in the authorization process :
Last updated