Packages

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ApplicationId(value: UUID) extends AnyVal with Product with Serializable

    This file should be in some Application based library

  2. final case class ClientId(value: String) extends AnyVal with Product with Serializable
  3. case class ClientSecret(name: String, createdOn: LocalDateTime = LocalDateTime.now(ZoneOffset.UTC), lastAccess: Option[LocalDateTime] = None, id: String = ju.UUID.randomUUID().toString, hashedSecret: String) extends Product with Serializable
  4. sealed trait Collaborator extends AnyRef
  5. sealed trait PrivacyPolicyLocation extends AnyRef
  6. sealed trait TermsAndConditionsLocation extends AnyRef

Ungrouped