package impl
The reference implementation of Silhouette.
Type Members
-
case class
User(loginInfo: LoginInfo, firstName: Option[String], lastName: Option[String], fullName: Option[String], email: Option[String], avatarURL: Option[String]) extends Identity with Product with Serializable
The default implementation of Identity.
The default implementation of Identity.
- loginInfo
The linked login info.
- firstName
Maybe the first name of the authenticated user.
- lastName
Maybe the last name of the authenticated user.
- fullName
Maybe the full name of the authenticated user.
Maybe the email of the authenticated provider.
- avatarURL
Maybe the avatar URL of the authenticated provider.