Skip to content

Commit c5fb38c

Browse files
authored
Update RemoteAuthenticationService.cs
1 parent 4cad7c8 commit c5fb38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/WebAssembly/WebAssembly.Authentication/src/Services/RemoteAuthenticationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ public virtual async ValueTask<AccessTokenResult> RequestAccessToken()
165165
}
166166

167167
/// <inheritdoc />
168-
[DynamicDependency(JsonSerialized, typeof(AccessToken))]
169168
[DynamicDependency(JsonSerialized, typeof(AccessTokenRequestOptions))]
170169
public virtual async ValueTask<AccessTokenResult> RequestAccessToken(AccessTokenRequestOptions options)
171170
{
@@ -244,6 +243,7 @@ private void UpdateUser(Task<ClaimsPrincipal> task)
244243
}
245244

246245
// Internal for testing purposes
246+
[DynamicDependency(JsonSerialized, typeof(AccessToken))]
247247
internal struct InternalAccessTokenResult
248248
{
249249
public string Status { get; set; }

0 commit comments

Comments
 (0)