Skip to content

Commit

Permalink
Update MicrosoftAuthenticator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Jan 24, 2025
1 parent 7dbfeac commit b8ab277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public MicrosoftAuthenticator()
/// </summary>
public Guid? ProfileId { get; set; }

public Func<MicrosoftAuthenticator, Task<CacheTokenProviderResult>>? CacheTokenProvider { get; init; }
public Func<MicrosoftAuthenticator, ValueTask<CacheTokenProviderResult>>? CacheTokenProvider { get; init; }
public required ILauncherAccountParser LauncherAccountParser { get; init; }

public AuthResultBase Auth(bool userField = false)
Expand Down

0 comments on commit b8ab277

Please sign in to comment.