first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Kafka.Lib.Auth.Model;
|
||||
|
||||
public class ClaimModel
|
||||
{
|
||||
public string? ClaimType { get; set; }
|
||||
public string? ClaimValue { get; set; }
|
||||
public string? ClaimIssuer { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user