We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1aa5c commit 857eef3Copy full SHA for 857eef3
README.md
@@ -15,7 +15,7 @@ Initialize the client service in the application startup.
15
```cs
16
public void ConfigureServices(IServiceCollection services)
17
{
18
- services.InitOAuth2Authenticator();
+ services.AddOAuth2Authenticator();
19
}
20
```
21
@@ -77,7 +77,3 @@ Checks that the token is not expired.
77
78
token.Valid()
79
80
-
81
82
-## API Reference
83
-* [OAuth2Authenticator](https://www.fuget.org/packages/OAuth2Authenticator)
0 commit comments