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 ClientSecretResponse(id: Id, name: String, createdOn: LocalDateTime, lastAccess: Option[LocalDateTime] = None) extends Product with Serializable
  4. case class ClientSecretsHashingConfig(config: Config) extends Product with Serializable
  5. sealed trait Collaborator extends AnyRef
  6. sealed trait GrantLength extends AnyRef
  7. sealed trait PrivacyPolicyLocation extends AnyRef
  8. sealed trait RateLimitTier extends AnyRef
  9. final case class RedirectUri extends AnyVal with Product with Serializable
  10. sealed trait TermsAndConditionsLocation extends AnyRef

Value Members

  1. object ApplicationId extends Serializable
  2. object ClientId extends Serializable
  3. object ClientSecret
  4. object ClientSecretResponse extends Serializable
  5. object Collaborator
  6. object Collaborators
  7. object GrantLength
  8. object PrivacyPolicyLocation
  9. object PrivacyPolicyLocations
  10. object RateLimitTier
  11. object RedirectUri extends Serializable
  12. object TermsAndConditionsLocation
  13. object TermsAndConditionsLocations

Ungrouped