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

com.github.shafiquejamal.simplewebsocketauthenticator.AccountActivationCodeCreator.scala Maven / Gradle / Ivy

package com.github.shafiquejamal.simplewebsocketauthenticator

trait AccountActivationCodeCreator {
  def generate(toHash: String): String

  def isMatch(toHash: String, toCheck: String): Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy