titarenko / OAuth2

OAuth2 client implementation for .NET
412 stars 154 forks source link

GetLoginRequestUri Method with optional NameValueCollection parameter and default access_type=offline in GoogleClient to have refresh_token #121

Open Sbaia opened 6 years ago

Sbaia commented 6 years ago

GetLoginRequestUri Method with optional NameValueCollection parameter for add query string parameters in uri.

Added default queryString parameter access_type=offline in GoogleClient, to take refresh_token from googleauth api, that otherwise is not returned.

Added OAuth.pfx signature with OAuth2 password

niemyjski commented 5 years ago

Hello,

Can you please make the requested changes.