6 references to IsNullOrEmpty
dotnet-user-jwts (6)
Helpers\DevJwtCliHelpers.cs (6)
181if (!jwt.Scopes.IsNullOrEmpty() || showAll) 183var scopesValue = jwt.Scopes.IsNullOrEmpty() 189if (!jwt.Roles.IsNullOrEmpty() || showAll) 191var rolesValue = jwt.Roles.IsNullOrEmpty() 197if (!jwt.CustomClaims.IsNullOrEmpty() || showAll) 199var customClaimsValue = jwt.CustomClaims.IsNullOrEmpty()