
persistence.datomic.Token.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-silhouette-persistence-datomic_2.13 Show documentation
Show all versions of play-silhouette-persistence-datomic_2.13 Show documentation
Playframework/Scala/Silhouette/Datomic
The newest version!
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 - 2025 Weber Informatics LLC | Privacy Policy