public static string MapIdentityResourceClaims(this IdentityResourceClaims client) { return(client.Type); }
public void AddClaims(List <ClaimType> claims, int creatorId) { claims.ForEach(x => IdentityResourceClaims.Add(new IdentityResourceClaim(creatorId, this.Id, x.Id))); }