io.toolsplus.atlassian.jwt.api.Predef.scala Maven / Gradle / Ivy
The newest version!
package io.toolsplus.atlassian.jwt.api
object Predef {
/** Type indicating a raw JWT string.
*
* Prefer this type anywhere there is a raw JWT string over a plain
* string type.
*/
type RawJwt = String
}