| @@ -63,16 +63,6 @@ namespace Diligent.WebAPI.Business.Services | |||
| } | |||
| return true; | |||
| //return new | |||
| //{ | |||
| // Email = googleApiTokenInfo.email, | |||
| // FirstName = googleApiTokenInfo.given_name, | |||
| // LastName = googleApiTokenInfo.family_name, | |||
| // Locale = googleApiTokenInfo.locale, | |||
| // Name = googleApiTokenInfo.name, | |||
| // ProviderUserId = googleApiTokenInfo.sub | |||
| //}; | |||
| } | |||
| public async Task<ServiceResponseDTO<AuthenticateResponseDto>> Authenticate(AuthenticateRequestDto model) | |||