You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: access-token-management/test/AccessTokenManagement.Tests/PublicApiVerificationTests.VerifyPublicApi.verified.txt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,6 @@
184
184
public RefreshToken() { }
185
185
public override string ToString() { }
186
186
public static Duende.AccessTokenManagement.RefreshToken Parse(string value) { }
187
-
public static void SetMaxLength(int maxLength) { }
188
187
public static bool TryParse(string value, [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] out Duende.AccessTokenManagement.RefreshToken? parsed, out string[] errors) { }
189
188
public static string op_Implicit(Duende.AccessTokenManagement.RefreshToken value) { }
0 commit comments