Closed oklas closed 3 years ago
Some providers does not return refresh_token without a couple of params:
refresh_token
{ prompt: 'consent', access_type: 'offline', }
refs:
This adds support of access_type param which currently is not supported yet.
access_type
Why can't you use the extrqQueryParams and extraTokenParams? That param you list from google is non-standard.
I think the built in extra params should handle this.
Some providers does not return
refresh_token
without a couple of params:refs:
This adds support of
access_type
param which currently is not supported yet.