Skip to content

Commit a764b5d

Browse files
committed
Update Microsoft.Extensions.Identity.Core.netstandard2.0.cs
1 parent c5a2c02 commit a764b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/Extensions.Core/ref/Microsoft.Extensions.Identity.Core.netstandard2.0.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ protected virtual void Dispose(bool disposing) { }
575575
public virtual System.Threading.Tasks.Task<int> GetAccessFailedCountAsync(TUser user) { throw null; }
576576
public virtual System.Threading.Tasks.Task<string> GetAuthenticationTokenAsync(TUser user, string loginProvider, string tokenName) { throw null; }
577577
public virtual System.Threading.Tasks.Task<string> GetAuthenticatorKeyAsync(TUser user) { throw null; }
578-
protected static string GetChangeEmailTokenPurpose(string newEmail) { throw null; }
578+
public static string GetChangeEmailTokenPurpose(string newEmail) { throw null; }
579579
[System.Diagnostics.DebuggerStepThroughAttribute]
580580
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IList<System.Security.Claims.Claim>> GetClaimsAsync(TUser user) { throw null; }
581581
[System.Diagnostics.DebuggerStepThroughAttribute]

0 commit comments

Comments
 (0)