``` case class Client( name: String, clientType: String = "public", authorizationEnabled: Boolean = false, passwordGrantEnabled: Boolean = true, resourceRoles: Set[String] = Set.empty ) ``` Should it also contain redirect url's?