Packages

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

Value Members

  1. object ApplicationId extends Serializable
  2. object ClientId extends Serializable
  3. object ClientSecret extends Serializable
  4. object Collaborator
  5. object Collaborators
  6. object PrivacyPolicyLocation
  7. object PrivacyPolicyLocations
  8. object TermsAndConditionsLocation
  9. object TermsAndConditionsLocations

Ungrouped