We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763c4ea commit 2402785Copy full SHA for 2402785
src/CodeBeam.UltimateAuth.Core/Abstractions/Services/IUAuthService.cs
@@ -5,11 +5,11 @@
5
/// Provides access to authentication flows,
6
/// session lifecycle and user operations.
7
/// </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
- }
+ //public interface IUAuthService<TUserId>
+ //{
+ // //IUAuthFlowService<TUserId> Flow { get; }
+ // IUAuthSessionManager Sessions { get; }
+ // //IUAuthTokenService<TUserId> Tokens { get; }
+ // IUAuthUserService<TUserId> Users { get; }
+ //}
15
}
0 commit comments