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