commentaire nul
This commit is contained in:
parent
cac49facaa
commit
46f5c107b8
10 changed files with 545 additions and 16 deletions
|
|
@ -26,7 +26,6 @@ namespace Yavsc.Auth
|
|||
AuthenticationProperties properties, OAuthTokenResponse tokens
|
||||
)
|
||||
{
|
||||
// TODO use Options.AuthenticationType instead of Bearer ?
|
||||
// Get the Google user
|
||||
var request = new HttpRequestMessage(HttpMethod.Get, Options.UserInformationEndpoint);
|
||||
request.Headers.Authorization = new AuthenticationHeaderValue("Bearer", tokens.AccessToken);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue