Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 391 Bytes

wisp-token

This module contains code to do token generation.

For details on the generation used, see TokenGenerator

Usage

val tokenGenerator = RealTokenGenerator() 
val label = "some label"
val length = 7 // 4 to 25
val token = tokenGenerator.generate(label, length)