6 references to IsNullOrEmpty
dotnet-user-jwts (6)
Helpers\DevJwtCliHelpers.cs (6)
158if (!jwt.Scopes.IsNullOrEmpty() || showAll) 160var scopesValue = jwt.Scopes.IsNullOrEmpty() 166if (!jwt.Roles.IsNullOrEmpty() || showAll) 168var rolesValue = jwt.Roles.IsNullOrEmpty() 174if (!jwt.CustomClaims.IsNullOrEmpty() || showAll) 176var customClaimsValue = jwt.CustomClaims.IsNullOrEmpty()