Skip to main content

JptClaims

@iota/identity-wasm API documentation


Interface: JptClaims

JPT claims

Indexable​

[properties: string]: any

Properties​

iss?​

readonly optional iss: string

Who issued the JWP


sub?​

readonly optional sub: string

Subject of the JPT.


exp?​

readonly optional exp: number

Expiration time.


iat?​

readonly optional iat: number

Issuance date.


nbf?​

readonly optional nbf: number

Time before which the JPT MUST NOT be accepted


jti?​

readonly optional jti: string

Unique ID for the JPT.