Claims.isNull

class Claims
bool
isNull
(
string name
)

Parameters

name string

the name of the claim

Return Value

Type: bool

returns a boolean value if the claim exists and is null or the initial value for bool it it doesn't exist or is not null

Meta