Data class that models OpenId Connect user info.
|
| String | formatName () |
| | Produces a formatted name based on the following priority:
|
| |
◆ formatName()
| String tenduke.sdk.core.model.auth.UserInfo.formatName |
( |
| ) |
|
Produces a formatted name based on the following priority:
-
User info response name claim if not blank.
-
User info response given_name + " " + family_name so that each part is included only if not blank.
-
An empty String if no name values were present.
.
- Returns
- formatted name.
The documentation for this class was generated from the following file:
- model/src/main/java/tenduke/sdk/core/model/auth/UserInfo.java