diff --git a/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs b/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs index 56d0d0bd..102f7588 100644 --- a/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs +++ b/src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationHandlers.cs @@ -53,6 +53,7 @@ public static partial class OpenIddictClientSystemIntegrationHandlers RestoreFrontchannelIdentityTokenPrincipalFromMarshalledAuthentication.Descriptor, RestoreFrontchannelAccessTokenPrincipalFromMarshalledAuthentication.Descriptor, RestoreAuthorizationCodePrincipalFromMarshalledAuthentication.Descriptor, + RestoreTokenResponseFromMarshalledAuthentication.Descriptor, RestoreBackchannelTokensFromMarshalledAuthentication.Descriptor, RestoreBackchannelIdentityTokenPrincipalFromMarshalledAuthentication.Descriptor, RestoreBackchannelAccessTokenPrincipalFromMarshalledAuthentication.Descriptor,