public final class UserInfoResponse
private final Map<String, Object>
custom
private final String
image
name
private final List<String>
roles
UserInfoResponse(Map<String, Object> custom, String image, String name, List<String> roles)
final Map<String, Object>
getCustom()
final String
getImage()
getName()
final List<String>
getRoles()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Map<String, Object> getCustom()
final String getImage()
final String getName()
final List<String> getRoles()