diff --git a/src/Components/WebAssembly/WebAssembly.Authentication/src/Services/RemoteAuthenticationService.cs b/src/Components/WebAssembly/WebAssembly.Authentication/src/Services/RemoteAuthenticationService.cs index 1b3f44b1c8c7..4ffe310768f0 100644 --- a/src/Components/WebAssembly/WebAssembly.Authentication/src/Services/RemoteAuthenticationService.cs +++ b/src/Components/WebAssembly/WebAssembly.Authentication/src/Services/RemoteAuthenticationService.cs @@ -165,6 +165,7 @@ public virtual async ValueTask RequestAccessToken() } /// + [DynamicDependency(JsonSerialized, typeof(AccessToken))] [DynamicDependency(JsonSerialized, typeof(AccessTokenRequestOptions))] public virtual async ValueTask RequestAccessToken(AccessTokenRequestOptions options) {