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