init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DouyinApi.Extensions.Authorizations.Behaviors
|
||||
{
|
||||
public interface IUserBehaviorService
|
||||
{
|
||||
|
||||
Task<bool> CreateOrUpdateUserAccessByUid();
|
||||
|
||||
Task<bool> RemoveAllUserAccessByUid();
|
||||
|
||||
Task<bool> CheckUserIsNormal();
|
||||
|
||||
Task<bool> CheckTokenIsNormal();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user