File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Components/WebAssembly/WebAssembly.Authentication/src/Services Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ) ) ]
247247internal struct InternalAccessTokenResult
248248{
249249 public string Status { get ; set ; }
You can’t perform that action at this time.
0 commit comments