Interface UserInfo
-
- All Known Implementing Classes:
UserInfoEntity
public interface UserInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEmail()
String
getName()
String
getSubject()
String
getUsername()
boolean
isEmailVerified()
-