File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/accesstokenmanagement/upgrading Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ var scheme = Scheme.Parse("oidc");
6565Several classes have been renamed, either to clarify their usage or to drop the ` service ` suffix, which only adds noise:
6666
6767* ` AccessTokenHandler ` is now ` AccessTokenRequestHandler `
68- * ` ClientCredentialsTokenManagementService ` is now ` IClientIClientCredentialsTokenManager `
68+ * ` IClientCredentialsTokenManagementService ` is now ` IClientCredentialsTokenManager `
6969* ` IClientCredentialsTokenEndpointService ` is now ` IClientCredentialsTokenEndpoint `
7070* ` IUserTokenManagementService ` is now ` IUserTokenManager `
7171* ` ITokenRequestSynchronization ` is now ` IUserTokenRequestConcurrencyControl `
72- * ` IUserTokenEndpointService ` is now ` IUserTokenEndpoint `
72+ * ` IUserTokenEndpointService ` is now ` IUserTokenEndpoint `
You can’t perform that action at this time.
0 commit comments