getUserClaim

open override fun getUserClaim(name: String): Any?

Returns the specified claim associated with the user's identity.

Return

: the specified claim value. The value can be of any JSON supported types. Safe cast it to the expected Kotlin type before using it, e.g. String, Number, Boolean, Map or []Array].

Parameters

name

claim name.