JWTPayload

fmgp.typings.jose.typesMod.JWTPayload
See theJWTPayload companion object
trait JWTPayload extends StObject, StringDictionary[Any]

Attributes

Companion
object
Graph
Supertypes
trait StringDictionary[Any]
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

var aud: UndefOr[String | Array[String]]

JWT Audience

JWT Audience

Attributes

See also

[[https://www.rfc-editor.org/rfc/rfc7519#section-4.1.3 RFC7519#section-4.1.3]]

var exp: UndefOr[Double]

JWT Expiration Time

JWT Expiration Time

Attributes

See also

[[https://www.rfc-editor.org/rfc/rfc7519#section-4.1.4 RFC7519#section-4.1.4]]

var iat: UndefOr[Double]

JWT Issued At

JWT Issued At

Attributes

See also

[[https://www.rfc-editor.org/rfc/rfc7519#section-4.1.6 RFC7519#section-4.1.6]]

var iss: UndefOr[String]

JWT Issuer

JWT Issuer

Attributes

See also

[[https://www.rfc-editor.org/rfc/rfc7519#section-4.1.1 RFC7519#section-4.1.1]]

var jti: UndefOr[String]

JWT ID

JWT ID

Attributes

See also

[[https://www.rfc-editor.org/rfc/rfc7519#section-4.1.7 RFC7519#section-4.1.7]]

var nbf: UndefOr[Double]

JWT Not Before

JWT Not Before

Attributes

See also

[[https://www.rfc-editor.org/rfc/rfc7519#section-4.1.5 RFC7519#section-4.1.5]]

var sub: UndefOr[String]

JWT Subject

JWT Subject

Attributes

See also

[[https://www.rfc-editor.org/rfc/rfc7519#section-4.1.2 RFC7519#section-4.1.2]]