You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Here I'm adding dependency injection service with `AddHttpClient` and `AddSingle
73
73
74
74
### SimpleController.cs
75
75
76
-
The API controller gets `IntrospectionClient` from dependency injection. For each API request I'm validating the `Authorization` header with `Client.ValidateAuthorization`.
76
+
The API controller gets `IntrospectionClient` from dependency injection. For each API request I'm validating the `Authorization` header with `ValidateAuthorization`.
77
77
78
78
```c#
79
79
[Route("simple")]
@@ -106,7 +106,7 @@ The API controller gets `IntrospectionClient` from dependency injection. For eac
106
106
}
107
107
```
108
108
109
-
### IntrospectionClient.js
109
+
### IntrospectionClient.cs
110
110
111
111
`IntrospectionClient` gets configuration parameters and http client from dependency injection.
0 commit comments