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

io.oath.jwt.model.Jwt.scala Maven / Gradle / Ivy

The newest version!
package io.oath.jwt.model

import eu.timepit.refined.types.string.NonEmptyString

final case class Jwt[+C <: JwtClaims](claims: C, token: NonEmptyString)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy