Packages

package auth

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AuthActions extends AnyRef
  2. trait AuthEnv extends Env
  3. class AuthModule extends AbstractModule with ScalaModule
  4. final case class ProfileData(username: String = "", theme: String = "") extends Product with Serializable
  5. final case class RegistrationData(username: String = "", email: String = "", password: String = "", passwordConfirm: String = "") extends Product with Serializable
  6. final case class UserCredentials(user: SystemUser, remoteAddress: String = NullUtils.str, tags: Map[String, String] = Map.empty) extends Credentials with Product with Serializable

Value Members

  1. object AuthActions
  2. object UserCredentials extends Serializable
  3. object UserForms

Ungrouped