All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy