Skip to content

Commit a42823e

Browse files
committed
#283 Added missed inferface method that was removed by mistake.
1 parent 690ef19 commit a42823e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/MyTested.AspNetCore.Mvc.Abstractions/Builders/Contracts/Authentication/IWithoutClaimsPrincipalBuilder.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
public interface IWithoutClaimsPrincipalBuilder
66
{
77
IAndWithoutClaimsPrincipalBuilder WithoutRole(string role);
8+
9+
IAndWithoutClaimsPrincipalBuilder WithoutUsername(string username);
810

911
IAndWithoutClaimsPrincipalBuilder WithoutClaim(string type, string value);
1012

0 commit comments

Comments
 (0)