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