Added UserId to claims
This commit is contained in:
@ -9,5 +9,6 @@ namespace YABA.Service.Interfaces
|
||||
{
|
||||
public bool IsUserRegistered(string authProviderId);
|
||||
public UserDTO RegisterUser(string authProviderId);
|
||||
public int GetUserId(string authProviderId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user