A friendly string that represents the a User Profile. Uses
first name, last name, full name, email address or username.
Example
constuserProfile = userService.parseUserProfile(jwtPayload) constname = userService.getUserFriendlyName(userProfile) if (name) { // Display current user's name }
A friendly
string
that represents the a User Profile. Uses first name, last name, full name, email address or username.Example