implicit final class JwtPayloadMutableBuilder[Self <: JwtPayload] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JwtPayloadMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JwtPayloadMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setAud(value: |[Array[String], String]): Self
- Annotations
- @inline()
- def setAudUndefined: Self
- Annotations
- @inline()
- def setAudVarargs(value: String*): Self
- Annotations
- @inline()
- def setExp(value: Double): Self
- Annotations
- @inline()
- def setExpUndefined: Self
- Annotations
- @inline()
- def setIat(value: Double): Self
- Annotations
- @inline()
- def setIatUndefined: Self
- Annotations
- @inline()
- def setIss(value: String): Self
- Annotations
- @inline()
- def setIssUndefined: Self
- Annotations
- @inline()
- def setJti(value: String): Self
- Annotations
- @inline()
- def setJtiUndefined: Self
- Annotations
- @inline()
- def setNbf(value: Double): Self
- Annotations
- @inline()
- def setNbfUndefined: Self
- Annotations
- @inline()
- def setSub(value: String): Self
- Annotations
- @inline()
- def setSubUndefined: Self
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- val x: Self