render

abstract fun render(timeZone: TimeZone = TimeZone.currentSystemDefault()): String

Returns the value of a claim as a human readable string.

If Claim.attribute is set, its type is used when rendering for example to resolve integer options to strings.

Return

textual representation of the claim.

Parameters

timeZone

the time zone to use for rendering dates and times.