Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace WebDesktopBackend.Security
|
||||
{
|
||||
public interface ITokenContext {
|
||||
bool IsAuthenticated {get;}
|
||||
string UserId {get;}
|
||||
string AccessTokenId {get;}
|
||||
string RefreshTokenId {get;}
|
||||
string[] Permissions { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user