Skip to main content
info
IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes

IJwtPresentationOptions

@iota/identity-wasm API documentation


Interface: IJwtPresentationOptions

Options to be set in the JWT claims of a verifiable presentation.

Properties

expirationDate?

readonly optional expirationDate: Timestamp

Set the presentation's expiration date. Default: undefined.


issuanceDate?

readonly optional issuanceDate: Timestamp

Set the presentation's issuance date. Default: current datetime.


audience?

readonly optional audience: string

Sets the audience for presentation (aud property in JWT claims).

Note:

Value must be a valid URL.

Default: undefined.


customClaims?

readonly optional customClaims: Record<string, any>

Custom claims that can be used to set additional claims on the resulting JWT.