tokenPrefix

private val tokenPrefix: String

Prefix that all generated token strings should start with.

A string should be identifiable as a token string by checking whether it starts with this prefix. As such, it is useful for this value to be defined somewhere that scripts can access too.

Sources

jvm source
Link copied to clipboard