getCreatorName

Returns the creator name set in the JWT — if any.

The JWTs issued by your backend server may define a name that should be attached to all annotations created by the bearer of this token under the (optional) key creator_name. In contrast to the user_id, which uniquely identifies the bearer of the JWT as a specific user, and is likely to contain numbers etc. for disambiguation, the creator_name is meant to be human readable. In effect, it is perfectly acceptable for two users (as distinguished by their user_id) to have the same creator name.

Return

The contents of the optional creator_name claim in the JWT.