Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 411 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 411 Bytes

wisp-token-testing

This module contains code to do token generation for testing.

For details on the generation used, see TokenGenerator

Usage

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