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

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

package com.github.jeroenr.tepkin.protocol.command

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

/**
 * Use getnonce to generate a one-time password for authentication.
 */
case class GetNonce(databaseName: String) extends Command {
  override val command: BsonDocument = "getnonce" := 1
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy