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

persistence.datomic.Token.scala Maven / Gradle / Ivy

package persistence.datomic

import java.util.UUID

/**
 * A token used for reset password and sign up operations.
 */
trait Token {

  /**
   * Gets the token ID.
   *
   * @return The token ID.
   */
  def id: UUID

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy