JsonWebToken

constructor(    issuer: String? = null,     subject: String? = null,     audience: String? = null,     nonce: String? = null,     notBefore: Instant? = null,     issuedAt: Instant? = null,     expiration: Instant? = null,     jwtId: String? = null,     confirmationClaim: ConfirmationClaim? = null,     httpMethod: String? = null,     httpTargetUrl: String? = null,     accessTokenHash: String? = null,     authenticationLevel: String? = null,     walletName: String? = null,     walletLink: String? = null,     status: JsonObject? = null)(source)