6 references to IsNullOrEmpty
dotnet-user-jwts (6)
Helpers\DevJwtCliHelpers.cs (6)
261if (!jwt.Scopes.IsNullOrEmpty() || showAll) 263var scopesValue = jwt.Scopes.IsNullOrEmpty() 269if (!jwt.Roles.IsNullOrEmpty() || showAll) 271var rolesValue = jwt.Roles.IsNullOrEmpty() 277if (!jwt.CustomClaims.IsNullOrEmpty() || showAll) 279var customClaimsValue = jwt.CustomClaims.IsNullOrEmpty()