Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
IOptions<AppSettings> appSettings,
IOAuthManager oAuthManager,
ILogger<TokenEndpointModule> logger,
IHttpClientFactory httpClientFactory
IHttpClientFactory httpClientFactory,

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Code Analysis

Identifier expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Code Analysis

Type expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Code Analysis

Identifier expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Code Analysis

Type expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Run Unit Tests

Identifier expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Run Unit Tests

Type expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Run Unit Tests

Identifier expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Run Unit Tests

Type expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Run Integration Tests

Identifier expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Run Integration Tests

Type expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Run Integration Tests

Identifier expected

Check failure on line 33 in src/dms/frontend/EdFi.DataManagementService.Frontend.AspNetCore/Modules/TokenEndpointModule.cs

View workflow job for this annotation

GitHub Actions / Run Integration Tests

Type expected
)
{
await GenerateToken(httpContext, tokenRequest, appSettings, oAuthManager, logger, httpClientFactory);
Expand Down
Loading