expirationTime

Function that calculates the JWT expiration time based on timeout seconds. Takes the timeout in seconds and returns an Instant representing when the JWT expires. Defaults to current time plus the timeout in seconds. The function argument is the timeout value in seconds. Returns an Instant representing when the JWT should expire.