WithToken

dev.cheleb.ziojwt.WithToken
trait WithToken

A trait to represent a token with an expiration date.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract fields

val expiration: Long

The expiration date of the token.

The expiration date of the token.

Attributes

val token: String

The token itself.

The token itself.

Attributes