Skip to content

Commit 2402785

Browse files
committed
Preparation of First Release (Part 6/7)
1 parent 763c4ea commit 2402785

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/CodeBeam.UltimateAuth.Core/Abstractions/Services/IUAuthService.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
/// Provides access to authentication flows,
66
/// session lifecycle and user operations.
77
/// </summary>
8-
public interface IUAuthService<TUserId>
9-
{
10-
//IUAuthFlowService<TUserId> Flow { get; }
11-
IUAuthSessionManager Sessions { get; }
12-
//IUAuthTokenService<TUserId> Tokens { get; }
13-
IUAuthUserService<TUserId> Users { get; }
14-
}
8+
//public interface IUAuthService<TUserId>
9+
//{
10+
// //IUAuthFlowService<TUserId> Flow { get; }
11+
// IUAuthSessionManager Sessions { get; }
12+
// //IUAuthTokenService<TUserId> Tokens { get; }
13+
// IUAuthUserService<TUserId> Users { get; }
14+
//}
1515
}

0 commit comments

Comments
 (0)