package models
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class ApplicationId(value: UUID) extends AnyVal with Product with Serializable
This file should be in some Application based library
- final case class ClientId(value: String) extends AnyVal with Product with Serializable
- 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
- sealed trait Collaborator extends AnyRef
- sealed trait PrivacyPolicyLocation extends AnyRef
- sealed trait TermsAndConditionsLocation extends AnyRef
Value Members
- object ApplicationId extends Serializable
- object ClientId extends Serializable
- object ClientSecret extends Serializable
- object Collaborator
- object Collaborators
- object PrivacyPolicyLocations
- object TermsAndConditionsLocations