class JwtClaim extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JwtClaim
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(key: String, value: Any): JwtClaim
- def +(json: String): JwtClaim
- def ++[T](fields: (String, T)*): JwtClaim
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def about(subject: String): JwtClaim
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val audience: Option[Set[String]]
- def by(issuer: String): JwtClaim
- def canEqual(other: Any): Boolean
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val content: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- JwtClaim → AnyRef → Any
- val expiration: Option[Long]
- def expiresAt(seconds: Long): JwtClaim
- def expiresIn(seconds: Long)(implicit clock: Clock): JwtClaim
- def expiresNow(implicit clock: Clock): JwtClaim
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- JwtClaim → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isValid(implicit clock: Clock): Boolean
- def isValid(issuer: String)(implicit clock: Clock): Boolean
- def isValid(issuer: String, audience: String)(implicit clock: Clock): Boolean
- def issuedAt(seconds: Long): JwtClaim
- val issuedAt: Option[Long]
- def issuedIn(seconds: Long)(implicit clock: Clock): JwtClaim
- def issuedNow(implicit clock: Clock): JwtClaim
- val issuer: Option[String]
- val jwtId: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val notBefore: Option[Long]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def startsAt(seconds: Long): JwtClaim
- def startsIn(seconds: Long)(implicit clock: Clock): JwtClaim
- def startsNow(implicit clock: Clock): JwtClaim
- val subject: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def to(audience: Set[String]): JwtClaim
- def to(audience: String): JwtClaim
- def toJson: String
-
def
toString(): String
- Definition Classes
- JwtClaim → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withContent(content: String): JwtClaim
- def withId(id: String): JwtClaim