package impl
The reference implementation of Silhouette.
Package Members
- package authenticators
Reference implementations of the authenticators.
- package exceptions
Provides exceptions thrown in the reference implementation.
- package providers
Contains play.silhouette.api.Provider implementations that provide authentication for different schemes and services.
- package services
Provides implementations of the services.
- package util
Provides implementations of utility traits.
Type Members
- final 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.