Claims.get

class Claims
string
get
(
string name
)

Parameters

name string

the name of the claim

Return Value

Type: string

returns a string representation of the claim if it exists and is a string or an empty string if doesn't exist or is not a string

Meta