All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jeroenr.tepkin.protocol.command.Logout.scala Maven / Gradle / Ivy

The newest version!
package com.github.jeroenr.tepkin.protocol.command

import com.github.jeroenr.bson.BsonDsl._
import com.github.jeroenr.bson.{BsonDocument, BsonDsl}

/**
 * Terminates the current authenticated session
 */
case class Logout(databaseName: String) extends Command {
  override val command: BsonDocument = "logout" := 1
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy